NVIDIA DRIVE OS Linux SDK API Reference

6.0.3 Release
DevBlkCDII2CRegListWritable Struct Reference

Detailed Description

Defines the I2C register table to read from the device.

Definition at line 75 of file devblk_cdi_i2c.h.

Collaboration diagram for DevBlkCDII2CRegListWritable:

Data Fields

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 DevBlkCDII2CRegListWritable::numRegs

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

Definition at line 86 of file devblk_cdi_i2c.h.

◆ regs

DevBlkCDII2CReg* DevBlkCDII2CRegListWritable::regs

An array of DevBlkCDII2CReg structures, of length numRegs.

The array must not be declared with "const" so the values read back from device can be stored in the array.

Definition at line 82 of file devblk_cdi_i2c.h.


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