NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
AR0820_CUST1_CustomData.h File Reference

Go to the source code of this file.

Data Structures

struct  AR0820PDIList
 the data array of AR0820's PDI data More...
 
struct  AR0820CustomEmbeddedData
 the parsed AR0820 embedded data (customized information) More...
 
struct  MAX9295AErrbErrInfo
 Describes the custom MAX9295A serializer error information related to ERRB pin and needed by the application. More...
 
struct  TPS650332CustomStartupAck
 Describes the custom TPS650332 PMIC startup ACK information needed by the application. More...
 

Macros

#define MAXNUM_VOLTAGE   ( 18U )
 Maxinum number of AR0820's voltage data. More...
 
#define MAX_PDI_REGNUM   ( 400U )
 Maxinum number of AR0820's raw PDI data. More...
 
#define ROI_STATS_BYTE_NUM   ( 18U )
 AR0820's ROI Stats byte number. More...
 
#define NUM_ACKS   ( 5 )
 The number of PMIC TPS650332 startup ACK registers. More...
 

Macro Definition Documentation

◆ MAX_PDI_REGNUM

#define MAX_PDI_REGNUM   ( 400U )

Maxinum number of AR0820's raw PDI data.

Definition at line 27 of file AR0820_CUST1_CustomData.h.

◆ MAXNUM_VOLTAGE

#define MAXNUM_VOLTAGE   ( 18U )

Maxinum number of AR0820's voltage data.

Definition at line 25 of file AR0820_CUST1_CustomData.h.

◆ NUM_ACKS

#define NUM_ACKS   ( 5 )

The number of PMIC TPS650332 startup ACK registers.

Definition at line 118 of file AR0820_CUST1_CustomData.h.

◆ ROI_STATS_BYTE_NUM

#define ROI_STATS_BYTE_NUM   ( 18U )

AR0820's ROI Stats byte number.

Definition at line 29 of file AR0820_CUST1_CustomData.h.