NVIDIA DRIVE OS Linux SDK API Reference

5.2.6 Release
For Test and Development only

Detailed Description

Defines the EEPROM information.

Definition at line 134 of file NvSIPLDeviceBlockInfo.hpp.

Data Fields

std::string name = ""
 Holds the name of the EEPROM, for example, "N24C64". More...
 
std::string description = ""
 Holds the description of the EEPROM. More...
 
uint8_t i2cAddress = static_cast<uint8_t>UINT8_MAX
 Holds the native I2C address. More...
 
bool useCDIv2API = false
 Holds a flag which indicates whether CDI (Camera Device Interface) is using the new version 2 API for device. More...
 

Field Documentation

◆ description

std::string nvsipl::EEPROMInfo::description = ""

Holds the description of the EEPROM.

Definition at line 140 of file NvSIPLDeviceBlockInfo.hpp.

◆ i2cAddress

uint8_t nvsipl::EEPROMInfo::i2cAddress = static_cast<uint8_t>UINT8_MAX

Holds the native I2C address.

Definition at line 143 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

std::string nvsipl::EEPROMInfo::name = ""

Holds the name of the EEPROM, for example, "N24C64".

Definition at line 137 of file NvSIPLDeviceBlockInfo.hpp.

◆ useCDIv2API

bool nvsipl::EEPROMInfo::useCDIv2API = false

Holds a flag which indicates whether CDI (Camera Device Interface) is using the new version 2 API for device.

The default value is false for version 1 API. The flag is only used for non-Safety build. For Safety build, CDI is always using version 2 API

Definition at line 148 of file NvSIPLDeviceBlockInfo.hpp.


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