NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
DevBlkCDII2CReg Struct Reference

Detailed Description

Defines the I2C address/data pair and an optional delay.

Definition at line 39 of file devblk_cdi_i2c.h.

Data Fields

uint16_t address
 The address of an I2C register; Valid range: [0, UINT16_MAX]. More...
 
uint16_t data
 The value of an I2C register; Valid range: [0, UINT16_MAX]. More...
 
uint32_t delayUsec
 The number of microseconds to delay between this read/write operation and the next one; Valid range: [0, UINT32_MAX]. More...
 

Field Documentation

◆ address

uint16_t DevBlkCDII2CReg::address

The address of an I2C register; Valid range: [0, UINT16_MAX].

Definition at line 44 of file devblk_cdi_i2c.h.

◆ data

uint16_t DevBlkCDII2CReg::data

The value of an I2C register; Valid range: [0, UINT16_MAX].

Definition at line 50 of file devblk_cdi_i2c.h.

◆ delayUsec

uint32_t DevBlkCDII2CReg::delayUsec

The number of microseconds to delay between this read/write operation and the next one; Valid range: [0, UINT32_MAX].

Definition at line 56 of file devblk_cdi_i2c.h.


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