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 30 of file atca_config.h.
| #define ATCA_ATECC608A_SUPPORT | 
ATECC608A device support.
Definition at line 35 of file atca_config.h.
| #define atca_delay_ms hal_delay_ms | 
Map atca delay function to hal delay ms implementation.
Definition at line 40 of file atca_config.h.
| #define atca_delay_us hal_delay_us | 
Map atca delay function to hal delay us implementation.
Definition at line 45 of file atca_config.h.