ProvisioningLibrary
Atmel Security Provisioning Library
|
#include <atcaprov_request.h>
Data Fields | |
atcaprov_zone_t | zone |
What zone the data should be written to. More... | |
int | slot |
Slot to write the data to. More... | |
int | offset |
Byte offset within the slot to write the data to. More... | |
int | data_size |
Number of bytes of data to be written. More... | |
uint8_t | data [416] |
Data to be written. More... | |
Structure for returning a chunk of certificate data to be written to the device.
uint8_t data[416] |
Data to be written.
int data_size |
Number of bytes of data to be written.
int offset |
Byte offset within the slot to write the data to.
int slot |
Slot to write the data to.
atcaprov_zone_t zone |
What zone the data should be written to.