NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only

Detailed Description

Defines the EEPROM information.

Definition at line 117 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...
 
std::uint8_t i2cAddress = UINT8_MAX
 Holds the native I2C address. More...
 

Field Documentation

◆ description

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

Holds the description of the EEPROM.

Definition at line 123 of file NvSIPLDeviceBlockInfo.hpp.

◆ i2cAddress

std::uint8_t nvsipl::EEPROMInfo::i2cAddress = UINT8_MAX

Holds the native I2C address.

Definition at line 126 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

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

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

Definition at line 120 of file NvSIPLDeviceBlockInfo.hpp.


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