Defines the I2C register table to write to the device.
Definition at line 60 of file devblk_cdi_i2c.h.
Data Fields | |
const 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 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.
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.