NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
DevBlkCDII2CRegList Struct Reference

Detailed Description

Defines the I2C register table to write to the device.

Definition at line 60 of file devblk_cdi_i2c.h.

Collaboration diagram for DevBlkCDII2CRegList:

Data Fields

const DevBlkCDII2CRegregs
 An array of DevBlkCDII2CReg structures, of length numRegs. More...
 
uint32_t numRegs
 The number of registers in the regs array; Valid range: [0, UINT32_MAX]. More...
 

Field Documentation

◆ numRegs

uint32_t DevBlkCDII2CRegList::numRegs

The number of registers in the regs array; Valid range: [0, UINT32_MAX].

Definition at line 71 of file devblk_cdi_i2c.h.

◆ regs

const DevBlkCDII2CReg* DevBlkCDII2CRegList::regs

An array of DevBlkCDII2CReg structures, of length numRegs.

The array should be declared with "const" so the values in the array cannot be modified.

Definition at line 67 of file devblk_cdi_i2c.h.


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