CryptoAuthLib
Microchip CryptoAuthentication Library
|
atca_iface is the C object backing ATCAIface. See the atca_iface.h file for details on the ATCAIface methods More...
#include <atca_iface.h>
Data Fields | |
ATCAIfaceType | mType |
ATCAIfaceCfg * | mIfaceCFG |
ATCA_STATUS(* | atinit )(void *hal, ATCAIfaceCfg *) |
ATCA_STATUS(* | atpostinit )(ATCAIface hal) |
ATCA_STATUS(* | atsend )(ATCAIface hal, uint8_t *txdata, int txlength) |
ATCA_STATUS(* | atreceive )(ATCAIface hal, uint8_t *rxdata, uint16_t *rxlength) |
ATCA_STATUS(* | atwake )(ATCAIface hal) |
ATCA_STATUS(* | atidle )(ATCAIface hal) |
ATCA_STATUS(* | atsleep )(ATCAIface hal) |
void * | hal_data |
atca_iface is the C object backing ATCAIface. See the atca_iface.h file for details on the ATCAIface methods
ATCA_STATUS(* atidle) (ATCAIface hal) |
ATCA_STATUS(* atinit) (void *hal, ATCAIfaceCfg *) |
ATCA_STATUS(* atpostinit) (ATCAIface hal) |
ATCA_STATUS(* atreceive) (ATCAIface hal, uint8_t *rxdata, uint16_t *rxlength) |
ATCA_STATUS(* atsend) (ATCAIface hal, uint8_t *txdata, int txlength) |
ATCA_STATUS(* atsleep) (ATCAIface hal) |
ATCA_STATUS(* atwake) (ATCAIface hal) |
void* hal_data |
ATCAIfaceCfg* mIfaceCFG |
ATCAIfaceType mType |