Structure to hold power control information.
Definition at line 178 of file devblk_cdi.h.
Data Fields | |
uint8_t | method |
Power control method. More... | |
uint8_t | i2cAddr |
Power controller i2c slave address. More... | |
uint8_t | links [MAX_POWER_LINKS_PER_BLOCK] |
Camera module to power controller link mapping. More... | |
uint8_t DevBlkCDIPowerControlInfo::i2cAddr |
Power controller i2c slave address.
Definition at line 184 of file devblk_cdi.h.
uint8_t DevBlkCDIPowerControlInfo::links[MAX_POWER_LINKS_PER_BLOCK] |
Camera module to power controller link mapping.
Valid range: [0, MAX_POWER_LINKS_PER_BLOCK - 1].
Definition at line 189 of file devblk_cdi.h.
uint8_t DevBlkCDIPowerControlInfo::method |
Power control method.
Definition at line 180 of file devblk_cdi.h.