![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the configuration settings for send_to_receive transaction format. More...
#include <hal_i2c_master.h>
Data Fields | |
| uint8_t | slave_address |
| The slave device address. More... | |
| const uint8_t * | send_data |
| The send data buffer. More... | |
| uint32_t | send_length |
| The length of data to send. More... | |
| uint8_t * | receive_buffer |
| The receive data buffer. More... | |
| uint32_t | receive_length |
| The length of data to receive. More... | |
This structure defines the configuration settings for send_to_receive transaction format.
For details about send_to_receive format, see API transaction length and packets chapter
| uint8_t* receive_buffer |
The receive data buffer.
| uint32_t receive_length |
The length of data to receive.
The unit is in bytes.
| const uint8_t* send_data |
The send data buffer.
| uint32_t send_length |
The length of data to send.
The unit is in bytes.
| uint8_t slave_address |
The slave device address.