Microchip® Advanced Software Framework

sha204_send_and_receive_parameters Struct Reference

This structure contains the parameters for the sha204c_send_and_receive function.

#include <sha204_comm.h>

Data Fields

uint8_t poll_delay
 how long to wait before polling for response-ready More...
 
uint8_t poll_timeout
 how long to poll before timing out More...
 
uint8_t * rx_buffer
 pointer to receive buffer More...
 
uint8_t rx_size
 size of receive buffer More...
 
uint8_t * tx_buffer
 pointer to send buffer More...
 

uint8_t sha204_send_and_receive_parameters::poll_delay

how long to wait before polling for response-ready

Referenced by sha204c_send_and_receive(), and sha204m_execute().

uint8_t sha204_send_and_receive_parameters::poll_timeout

how long to poll before timing out

Referenced by sha204c_send_and_receive(), and sha204m_execute().

uint8_t* sha204_send_and_receive_parameters::rx_buffer

pointer to receive buffer

Referenced by sha204c_send_and_receive().

uint8_t sha204_send_and_receive_parameters::rx_size

size of receive buffer

Referenced by sha204c_send_and_receive(), sha204m_execute(), sha204m_nonce(), and sha204m_read().