![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the configuration parameters for extended DMA receive transaction format. More...
#include <hal_i2c_master.h>
Data Fields | |
| uint8_t | slave_address |
| The slave device address. More... | |
| uint8_t * | receive_buffer |
| The receive data buffer. More... | |
| uint32_t | receive_packet_length |
| The packet length. More... | |
| uint32_t | receive_bytes_in_one_packet |
| The bytes in one packet. More... | |
This structure defines the configuration parameters for extended DMA receive transaction format.
For more details about receive_packet_length and receive_bytes_in_one_packet, see API transaction length and packets chapter.
| uint8_t* receive_buffer |
The receive data buffer.
| uint32_t receive_bytes_in_one_packet |
The bytes in one packet.
| uint32_t receive_packet_length |
The packet length.
| uint8_t slave_address |
The slave device address.