CryptoAuthLib
Microchip CryptoAuthentication Library
|
ATCA Hardware abstraction layer for SWI over UART drivers. More...
Go to the source code of this file.
Macros | |
#define | SWI_WAKE_TOKEN ((uint8_t)0x00) |
flag preceding a command More... | |
#define | SWI_FLAG_CMD ((uint8_t)0x77) |
flag preceding a command More... | |
#define | SWI_FLAG_TX ((uint8_t)0x88) |
flag requesting a response More... | |
#define | SWI_FLAG_IDLE ((uint8_t)0xBB) |
flag requesting to go into Idle mode More... | |
#define | SWI_FLAG_SLEEP ((uint8_t)0xCC) |
flag requesting to go into Sleep mode More... | |
Functions | |
ATCA_STATUS | hal_swi_send_flag (ATCAIface iface, uint8_t data) |
HAL implementation of SWI send one byte over UART. More... | |
ATCA Hardware abstraction layer for SWI over UART drivers.