Microchip® Advanced Software Framework

sha204_lock_parameters Struct Reference

This structure contains the parameters for the sha204m_lock function.

#include <sha204_command_marshaling.h>

Data Fields

uint8_t * rx_buffer
 pointer to receive buffer More...
 
uint16_t summary
 CRC over the zone to be locked. More...
 
uint8_t * tx_buffer
 pointer to send buffer More...
 
uint8_t zone
 what zone (config, OTP, or data) to lock More...
 

uint8_t* sha204_lock_parameters::rx_buffer

pointer to receive buffer

Referenced by sha204m_lock().

uint16_t sha204_lock_parameters::summary

CRC over the zone to be locked.

Referenced by sha204m_lock().

uint8_t* sha204_lock_parameters::tx_buffer

pointer to send buffer

Referenced by sha204m_lock().

uint8_t sha204_lock_parameters::zone

what zone (config, OTP, or data) to lock

Referenced by sha204m_lock().