NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Defines the EEPROM information.

Definition at line 128 of file NvSIPLDeviceBlock.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::uint32_t i2cAddress = -1U
 Holds the native I2C address. More...
 

Field Documentation

◆ description

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

Holds the description of the EEPROM.

Definition at line 133 of file NvSIPLDeviceBlock.hpp.

◆ i2cAddress

std::uint32_t nvsipl::EEPROMInfo::i2cAddress = -1U

Holds the native I2C address.

Definition at line 135 of file NvSIPLDeviceBlock.hpp.

◆ name

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

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

Definition at line 131 of file NvSIPLDeviceBlock.hpp.


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