NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
DevBlkCDIPowerControlInfo Struct Reference

Detailed Description

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

Field Documentation

◆ i2cAddr

uint8_t DevBlkCDIPowerControlInfo::i2cAddr

Power controller i2c slave address.

Definition at line 184 of file devblk_cdi.h.

◆ links

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.

◆ method

uint8_t DevBlkCDIPowerControlInfo::method

Power control method.

Definition at line 180 of file devblk_cdi.h.


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