NVIDIA DRIVE OS Linux SDK API Reference

5.1.15.0 Release
For Test and Development only

Detailed Description

Defines the serializer information.

Definition at line 139 of file NvSIPLDeviceBlock.hpp.

Data Fields

std::string name = ""
 Holds the name of the serializer, for example, "MAX96705". More...
 
std::string description = ""
 Holds the description of the serializer. More...
 
std::uint32_t i2cAddress = -1U
 Holds the native I2C address. More...
 
bool longCable = false
 Holds long cable support. More...
 

Field Documentation

◆ description

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

Holds the description of the serializer.

Definition at line 144 of file NvSIPLDeviceBlock.hpp.

◆ i2cAddress

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

Holds the native I2C address.

Definition at line 146 of file NvSIPLDeviceBlock.hpp.

◆ longCable

bool nvsipl::SerInfo::longCable = false

Holds long cable support.

Definition at line 148 of file NvSIPLDeviceBlock.hpp.

◆ name

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

Holds the name of the serializer, for example, "MAX96705".

Definition at line 142 of file NvSIPLDeviceBlock.hpp.


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