Master transfer data structure definitions. More...
#include <i2c_11xx.h>
Public Attributes | |
uint8_t * | rxBuff |
int | rxSz |
uint8_t | slaveAddr |
I2C_STATUS_T | status |
const uint8_t * | txBuff |
int | txSz |
Master transfer data structure definitions.
Definition at line 264 of file i2c_11xx.h.
uint8_t* I2C_XFER_T::rxBuff |
Pointer memory where bytes received from I2C be stored
Definition at line 269 of file i2c_11xx.h.
int I2C_XFER_T::rxSz |
Number of bytes to received, if 0 only transmission we be carried on
Definition at line 270 of file i2c_11xx.h.
uint8_t I2C_XFER_T::slaveAddr |
7-bit I2C Slave address
Definition at line 265 of file i2c_11xx.h.
I2C_STATUS_T I2C_XFER_T::status |
Status of the current I2C transfer
Definition at line 272 of file i2c_11xx.h.
const uint8_t* I2C_XFER_T::txBuff |
Pointer to array of bytes to be transmitted
Definition at line 266 of file i2c_11xx.h.
int I2C_XFER_T::txSz |
Number of bytes in transmit array, if 0 only receive transfer will be carried on
Definition at line 267 of file i2c_11xx.h.