NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvSIPLDeviceBlockInfo.hpp File Reference

Detailed Description

NVIDIA SIPL: DeviceBlock Information - NvSIPL DeviceBlock Information

Definition in file NvSIPLDeviceBlockInfo.hpp.

Go to the source code of this file.

Data Structures

struct  nvsipl::IntrGpioInfo
 Describes an Interrupt GPIO configuration. More...
 
struct  nvsipl::SensorInfo
 Defines the image sensor information. More...
 
struct  nvsipl::SensorInfo::Resolution
 Defines the image resolution. More...
 
struct  nvsipl::SensorInfo::VirtualChannelInfo
 Defines the information of a virtual channel/single exposure. More...
 
struct  nvsipl::EEPROMInfo
 Defines the EEPROM information. More...
 
struct  nvsipl::SerdesGPIOPinMap
 Defines GPIO mapping from the serializer to the deserializer. More...
 
struct  nvsipl::SerInfo
 Defines the serializer information. More...
 
class  nvsipl::CryptoKeyInfo
 Describes a single globally-visible crypto key object. More...
 
struct  nvsipl::CameraModuleInfo
 Defines information for the camera module. More...
 
struct  nvsipl::DeserInfo
 Defines the deserializer information. More...
 
struct  nvsipl::DeviceBlockInfo
 Defines the DeviceBlock information. More...
 

Namespaces

 nvsipl
 Contains the classes and variables for implementation of SIPL.
 

Variables

static constexpr uint32_t nvsipl::MAX_DEVICEBLOCKS_PER_PLATFORM {6U}
 Indicates the maximum number of device blocks per platform. More...
 
static constexpr uint32_t nvsipl::MAX_CAMERAMODULES_PER_BLOCK {4U}
 Indicates the maximum number of camera modules per device block. More...
 
static constexpr uint32_t nvsipl::MAX_CAMERAMODULES_PER_PLATFORM {MAX_DEVICEBLOCKS_PER_PLATFORM * MAX_CAMERAMODULES_PER_BLOCK}
 Indicates the maximum number of camera modules per platform. More...
 
static constexpr uint32_t nvsipl::MAX_SENSORS_PER_PLATFORM {MAX_CAMERAMODULES_PER_PLATFORM}
 Indicates the maximum number of sensors per platform. More...
 
static constexpr std::uint32_t nvsipl::MAX_CSI_LANE_CONFIGURATION {2U}
 Indicates the maximum number of CSI lane configurations. More...
 
static constexpr std::uint32_t nvsipl::X2_CSI_LANE_CONFIGURATION {0U}
 Indicates the index for CSI 2 lanes. More...
 
static constexpr std::uint32_t nvsipl::X4_CSI_LANE_CONFIGURATION {1U}
 Indicates the index for CSI 4 lanes. More...