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... | |
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.
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.
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.