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

Detailed Description

Defines the serializer information.

Definition at line 128 of file NvSIPLDeviceBlock.hpp.

Data Fields

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

Field Documentation

std::string nvsipl::SerInfo::description = ""

Holds the description of the serializer.

Definition at line 133 of file NvSIPLDeviceBlock.hpp.

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

Holds the native I2C address.

Definition at line 135 of file NvSIPLDeviceBlock.hpp.

std::string nvsipl::SerInfo::name = ""

Holds the name of the serializer.

For example, "MAX96705".

Definition at line 131 of file NvSIPLDeviceBlock.hpp.


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