CryptoAuthLib
Microchip CryptoAuthentication Library
|
#include <atcacert_def.h>
Data Fields | |
atcacert_device_zone_t | zone |
Zone in the device. More... | |
uint8_t | slot |
Slot within the data zone. Only applies if zone is DEVZONE_DATA. More... | |
uint8_t | is_genkey |
If true, use GenKey command to get the contents instead of Read. More... | |
uint16_t | offset |
Byte offset in the zone. More... | |
uint16_t | count |
Byte count. More... | |
Defines a chunk of data in an ATECC device.
uint16_t count |
Byte count.
uint8_t is_genkey |
If true, use GenKey command to get the contents instead of Read.
uint16_t offset |
Byte offset in the zone.
uint8_t slot |
Slot within the data zone. Only applies if zone is DEVZONE_DATA.
Zone in the device.