All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Minimal configuration for the library build. More...

Detailed Description

Minimal configuration for the library build.

For documentation please see https://github.com/MicrochipTech/cryptoauthlib#readme

Author
Lena Boeckmann lena..nosp@m.boec.nosp@m.kmann.nosp@m.@haw.nosp@m.-hamb.nosp@m.urg..nosp@m.de

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.
 

Macro Definition Documentation

◆ ATCA_ATECC508A_SUPPORT

#define ATCA_ATECC508A_SUPPORT

ATECC508A device support.

Definition at line 31 of file atca_config.h.

◆ ATCA_ATECC608A_SUPPORT

#define ATCA_ATECC608A_SUPPORT

ATECC608A device support.

Definition at line 36 of file atca_config.h.

◆ atca_delay_ms

#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.

◆ atca_delay_us

#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.