CryptoAuthLib
Microchip CryptoAuthentication Library
ATCAPacket Struct Reference

an ATCA packet structure. This is a superset of the packet transmitted on the wire. It's also used as a buffer for receiving the response More...

#include <atca_command.h>

Data Fields

uint8_t _reserved
 
uint8_t txsize
 
uint8_t opcode
 
uint8_t param1
 
uint16_t param2
 
uint8_t data [192]
 
uint8_t execTime
 

Detailed Description

an ATCA packet structure. This is a superset of the packet transmitted on the wire. It's also used as a buffer for receiving the response

Field Documentation

◆ _reserved

uint8_t _reserved

◆ data

uint8_t data[192]

◆ execTime

uint8_t execTime

◆ opcode

uint8_t opcode

◆ param1

uint8_t param1

◆ param2

uint16_t param2

◆ txsize

uint8_t txsize