NVIDIA DRIVE OS Linux SDK API Reference

5.1.6.0 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 126 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

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

Holds the description of the EEPROM.

Definition at line 131 of file NvSIPLDeviceBlock.hpp.

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

Holds the native I2C address.

Definition at line 133 of file NvSIPLDeviceBlock.hpp.

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

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

Definition at line 129 of file NvSIPLDeviceBlock.hpp.


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