![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the configuration parameters for extended DMA send 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_packet_length |
| The packet length. More... | |
| uint32_t | send_bytes_in_one_packet |
| The number of bytes in one packet. More... | |
This structure defines the configuration parameters for extended DMA send transaction format.
For more details about send_packet_length and send_bytes_in_one_packet, see API transaction length and packets chapter.
| uint32_t send_bytes_in_one_packet |
The number of bytes in one packet.
| const uint8_t* send_data |
The send data buffer.
| uint32_t send_packet_length |
The packet length.
| uint8_t slave_address |
The slave device address.