Public Attributes | List of all members
I2C_XFER_T Struct Reference

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
 

Detailed Description

Master transfer data structure definitions.

Definition at line 264 of file i2c_11xx.h.

Member Data Documentation

◆ rxBuff

uint8_t* I2C_XFER_T::rxBuff

Pointer memory where bytes received from I2C be stored

Definition at line 269 of file i2c_11xx.h.

◆ rxSz

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.

◆ slaveAddr

uint8_t I2C_XFER_T::slaveAddr

7-bit I2C Slave address

Definition at line 265 of file i2c_11xx.h.

◆ status

I2C_STATUS_T I2C_XFER_T::status

Status of the current I2C transfer

Definition at line 272 of file i2c_11xx.h.

◆ txBuff

const uint8_t* I2C_XFER_T::txBuff

Pointer to array of bytes to be transmitted

Definition at line 266 of file i2c_11xx.h.

◆ txSz

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.


The documentation for this struct was generated from the following file:


uavcan_communicator
Author(s):
autogenerated on Fri Dec 13 2024 03:10:04