This structure contains the parameters for the sha204m_read function.
#include <sha204_command_marshaling.h>
Data Fields | |
uint16_t | address |
what address to read from More... | |
uint8_t * | rx_buffer |
pointer to receive buffer More... | |
uint8_t * | tx_buffer |
pointer to send buffer More... | |
uint8_t | zone |
what zone (config, OTP, or data) to read from and how many bytes (4 or 32) More... | |
uint16_t sha204_read_parameters::address |
what address to read from
Referenced by sha204m_read().
uint8_t* sha204_read_parameters::rx_buffer |
pointer to receive buffer
Referenced by sha204m_read(), and test_all_devices().
uint8_t* sha204_read_parameters::tx_buffer |
pointer to send buffer
Referenced by sha204m_read(), and test_all_devices().
uint8_t sha204_read_parameters::zone |
what zone (config, OTP, or data) to read from and how many bytes (4 or 32)
Referenced by sha204m_read().