NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
nvsipl::DeserInfo Struct Reference

Detailed Description

Defines the deserializer information.

Definition at line 318 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...
 
uint8_t i2cAddress {static_cast<uint8_t>UINT8_MAX}
 Holds the native I2C address of the deserializer. More...
 
std::vector< IntrGpioInfoerrGpios {}
 Holds Interrupt GPIO configurations for the deserializer. More...
 
bool useCDIv2API {false}
 Holds a flag which indicates whether CDI (Camera Device Interface) is using the new version 2 API for device. More...
 
bool resetAll {false}
 

Field Documentation

◆ description

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

Holds the description of the deserializer.

Definition at line 324 of file NvSIPLDeviceBlockInfo.hpp.

◆ errGpios

std::vector<IntrGpioInfo> nvsipl::DeserInfo::errGpios {}

Holds Interrupt GPIO configurations for the deserializer.

Definition at line 329 of file NvSIPLDeviceBlockInfo.hpp.

◆ i2cAddress

uint8_t nvsipl::DeserInfo::i2cAddress {static_cast<uint8_t>UINT8_MAX}

Holds the native I2C address of the deserializer.

Definition at line 327 of file NvSIPLDeviceBlockInfo.hpp.

◆ name

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

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

Definition at line 321 of file NvSIPLDeviceBlockInfo.hpp.

◆ resetAll

bool nvsipl::DeserInfo::resetAll {false}

Definition at line 337 of file NvSIPLDeviceBlockInfo.hpp.

◆ useCDIv2API

bool nvsipl::DeserInfo::useCDIv2API {false}

Holds a flag which indicates whether CDI (Camera Device Interface) is using the new version 2 API for device.

The default value is false for version 1 API. The flag is only used for non-Safety build. For Safety build, CDI is always using version 2 API

Definition at line 334 of file NvSIPLDeviceBlockInfo.hpp.


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