![]() |
NVIDIA DRIVE OS Linux SDK API Reference5.1.6.0 Release |
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... | |
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.