![]() |
MT7697 API Reference
LinkIt SDK v4
|
SPI master send and receive configuration structure. More...
#include <hal_spi_master.h>
Data Fields | |
| uint8_t * | send_data |
| Data buffer to send, this parameter cannot be NULL. More... | |
| uint32_t | send_length |
| The number of bytes to send, no greater than 4. More... | |
| uint8_t * | receive_buffer |
| Received data buffer, this parameter cannot be NULL. More... | |
| uint32_t | receive_length |
| The valid number of bytes received with the number of bytes to send. More... | |
SPI master send and receive configuration structure.
| uint8_t* receive_buffer |
Received data buffer, this parameter cannot be NULL.
| uint32_t receive_length |
The valid number of bytes received with the number of bytes to send.
| uint8_t* send_data |
Data buffer to send, this parameter cannot be NULL.
| uint32_t send_length |
The number of bytes to send, no greater than 4.