CryptoAuthLib
Microchip CryptoAuthentication Library
atcacert_device_loc_s Struct Reference

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

Detailed Description

Defines a chunk of data in an ATECC device.

Field Documentation

◆ count

uint16_t count

Byte count.

◆ is_genkey

uint8_t is_genkey

If true, use GenKey command to get the contents instead of Read.

◆ offset

uint16_t offset

Byte offset in the zone.

◆ slot

uint8_t slot

Slot within the data zone. Only applies if zone is DEVZONE_DATA.

◆ zone

Zone in the device.