Defines the I2C register table to read from the device.
Definition at line 75 of file devblk_cdi_i2c.h.
Data Fields | |
DevBlkCDII2CReg * | regs |
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... | |
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.
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.