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::DeserInfo Struct Reference

Detailed Description

Defines the deserializer information.

Definition at line 167 of file NvSIPLDeviceBlock.hpp.

Data Fields

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

Field Documentation

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

Holds the description of the deserializer.

Definition at line 172 of file NvSIPLDeviceBlock.hpp.

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

Holds the native I2C address of the deserializer.

Definition at line 174 of file NvSIPLDeviceBlock.hpp.

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

Holds the name of the deserializer.

For example, "MAX96712".

Definition at line 170 of file NvSIPLDeviceBlock.hpp.


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