Structure to hold the parameters of I2C transfer configuration.
This structure defines the configuration parameters for an I2C transfer, including pointers to the transmit and receive data buffers and the lengths of the data to be transmitted and received.
Public Attributes#
uint8_t *
Pointer to the transmit data buffer.
uint32_t
Number of bytes to transmit.
uint8_t *
Pointer to the receive data buffer.
uint32_t
Number of bytes to receive.