NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
nvsipl::EEPROMInfo Struct Reference

Detailed Description

Defines the EEPROM information.

Definition at line 117 of file NvSIPLDeviceBlock.hpp.

Data Fields

std::string name = ""
 Holds the name of the EEPROM. More...
 
std::string description = ""
 Holds the description of the EEPROM. More...
 
std::uint32_t i2cAddress = -1U
 Holds the native I2C address. More...
 

Field Documentation

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

Holds the description of the EEPROM.

Definition at line 122 of file NvSIPLDeviceBlock.hpp.

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

Holds the native I2C address.

Definition at line 124 of file NvSIPLDeviceBlock.hpp.

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

Holds the name of the EEPROM.

For example, "N24C64".

Definition at line 120 of file NvSIPLDeviceBlock.hpp.


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