CryptoAuthLib
Microchip CryptoAuthentication Library
|
ATCA Hardware abstraction layer for SWI bit banging. More...
#include "swi_bitbang_at88ck9000.h"
Go to the source code of this file.
Data Structures | |
struct | atcaSWImaster |
This is the hal_data for ATCA HAL. More... | |
Typedefs | |
typedef struct atcaSWImaster | ATCASWIMaster_t |
This is the hal_data for ATCA HAL. More... | |
Enumerations | |
enum | swi_flag { SWI_FLAG_CMD = (uint8_t)0x77, SWI_FLAG_TX = (uint8_t)0x88, SWI_FLAG_IDLE = (uint8_t)0xBB, SWI_FLAG_SLEEP = (uint8_t)0xCC } |
This enumeration lists flags for SWI. More... | |
ATCA Hardware abstraction layer for SWI bit banging.