Minimal configuration for the library build. More...
Minimal configuration for the library build.
For documentation please see https://github.com/MicrochipTech/cryptoauthlib#readme
Definition in file atca_config.h.
Go to the source code of this file.
#define | ATCA_ATECC508A_SUPPORT |
ATECC508A device support. | |
#define | ATCA_ATECC608A_SUPPORT |
ATECC608A device support. | |
#define | atca_delay_ms hal_delay_ms |
Map atca delay function to hal delay ms implementation. | |
#define | atca_delay_us hal_delay_us |
Map atca delay function to hal delay us implementation. | |
#define ATCA_ATECC508A_SUPPORT |
ATECC508A device support.
Definition at line 31 of file atca_config.h.
#define ATCA_ATECC608A_SUPPORT |
ATECC608A device support.
Definition at line 36 of file atca_config.h.
#define atca_delay_ms hal_delay_ms |
Map atca delay function to hal delay ms implementation.
Definition at line 41 of file atca_config.h.
#define atca_delay_us hal_delay_us |
Map atca delay function to hal delay us implementation.
Definition at line 46 of file atca_config.h.