NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only

Detailed Description

Defines the deserializer information.

Definition at line 173 of file NvSIPLDeviceBlockInfo.hpp.

Data Fields

std::string name = ""
 Holds the name of the deserializer, for example, "MAX96712". More...
 
std::string description = ""
 Holds the description of the deserializer. More...
 
std::uint8_t i2cAddress = UINT8_MAX
 Holds the native I2C address of the deserializer. More...
 

Field Documentation

◆ description

std::string nvsipl::DeserInfo::description = ""

Holds the description of the deserializer.

Definition at line 179 of file NvSIPLDeviceBlockInfo.hpp.

◆ i2cAddress

std::uint8_t nvsipl::DeserInfo::i2cAddress = UINT8_MAX

Holds the native I2C address of the deserializer.

Definition at line 182 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

std::string nvsipl::DeserInfo::name = ""

Holds the name of the deserializer, for example, "MAX96712".

Definition at line 176 of file NvSIPLDeviceBlockInfo.hpp.


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