NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
QbI2cTransfer Struct Reference

Detailed Description

Holds the I2C transfer.

Definition at line 64 of file i2c.h.

Data Fields

NvU32 SlaveAddress
 Holds the slave DeviceAddress. More...
 
NvBool Is10BitAddress
 Holds the I2C 10-bit address. More...
 
NvU32 Offset
 Holds the offset in the SlaveAddress. More...
 
NvU8 * pDataBuffer
 Holds the data buffer pointer. More...
 
NvU32 NumBytes
 Holds the number of bytes. More...
 

Field Documentation

NvBool QbI2cTransfer::Is10BitAddress

Holds the I2C 10-bit address.

Definition at line 70 of file i2c.h.

NvU32 QbI2cTransfer::NumBytes

Holds the number of bytes.

Definition at line 79 of file i2c.h.

NvU32 QbI2cTransfer::Offset

Holds the offset in the SlaveAddress.

Definition at line 73 of file i2c.h.

NvU8* QbI2cTransfer::pDataBuffer

Holds the data buffer pointer.

Definition at line 76 of file i2c.h.

NvU32 QbI2cTransfer::SlaveAddress

Holds the slave DeviceAddress.

Definition at line 67 of file i2c.h.


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