Kit Bridging HAL for cryptoauthlib. This is not intended to be a zero copy driver. It should work with any interface that confirms to a few basic requirements: a) will accept an arbitrary number of bytes and packetize it if necessary for transmission, b) will block for the duration of the transmit. More...
Functions | |
ATCA_STATUS | hal_kit_attach_phy (ATCAIfaceCfg *cfg, atca_hal_kit_phy_t *phy) |
Helper function that connects a physical layer context structure that will be used by the kit protocol bridge. | |
Kit Bridging HAL for cryptoauthlib. This is not intended to be a zero copy driver. It should work with any interface that confirms to a few basic requirements: a) will accept an arbitrary number of bytes and packetize it if necessary for transmission, b) will block for the duration of the transmit.