NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
MAX9295AErrbErrInfo Struct Reference

Detailed Description

Describes the custom MAX9295A serializer error information related to ERRB pin and needed by the application.

Definition at line 70 of file AR0820_CUST1_CustomData.h.

Data Fields

uint8_t intr5Reg
 Indicates the value of INTR5 interrupt register in the MAX9295A serializer. More...
 
uint8_t intr7Reg
 Indicates the value of INTR7 interrupt register in the MAX9295A serializer. More...
 
uint8_t decErrA
 Indicates the number of Link A decoding errors detected in the MAX9295A serializer. More...
 
uint8_t idleErr
 Indicates the number of idle-word errors detected in the MAX9295A serializer. More...
 
uint8_t maxRTErrCC
 Indicates max re-transmission error in main control channel path. More...
 
uint8_t maxRTErrGPIO
 Indicates max re-transmission error in GPIO path. More...
 
uint8_t maxRTErrI2CX
 Indicates max re-transmission error in passthrough channel 1 I2CX path. More...
 
uint8_t maxRTErrI2CY
 Indicates max re-transmission error in passthrough channel 2 I2CY path. More...
 
uint8_t phy1LpErr
 Indicates MIPI PHY1 LP error register value phy1_lp_err in the MAX9295A serializer. More...
 
uint8_t phy1HsErr
 Indicates MIPI PHY1 high speed error register value phy1_hs_err in the MAX9295A serializer. More...
 
uint8_t phy2LpErr
 Indicates MIPI PHY2 LP error register value phy2_lp_err in the MAX9295A serializer. More...
 
uint8_t phy2HsErr
 Indicates MIPI PHY2 high speed error register value phy2_hs_err in the MAX9295A serializer. More...
 
uint8_t ctrl1CSIErrL
 Indicates CSI2 Ctrl1 status register value in ctrl1_csi_err_l bits[7:0] in the MAX9295A serializer. More...
 
uint8_t ctrl1CSIErrH
 Indicates CSI2 Ctrl1 status register value in ctrl1_csi_err_h bits[2:0] in the MAX9295A serializer. More...
 
uint8_t intr3Reg
 INTR3 interrupt register in MAX9295A serializer. More...
 
uint8_t ctrl3Reg
 CTRL3 status register in MAX9295A serializer. More...
 
uint8_t gpio5SysCheck
 MFP5 (SYS_CHECK) status GPIO5 register bit3 in MAX9295A serializer. More...
 

Field Documentation

◆ ctrl1CSIErrH

uint8_t MAX9295AErrbErrInfo::ctrl1CSIErrH

Indicates CSI2 Ctrl1 status register value in ctrl1_csi_err_h bits[2:0] in the MAX9295A serializer.

Definition at line 108 of file AR0820_CUST1_CustomData.h.

◆ ctrl1CSIErrL

uint8_t MAX9295AErrbErrInfo::ctrl1CSIErrL

Indicates CSI2 Ctrl1 status register value in ctrl1_csi_err_l bits[7:0] in the MAX9295A serializer.

Definition at line 105 of file AR0820_CUST1_CustomData.h.

◆ ctrl3Reg

uint8_t MAX9295AErrbErrInfo::ctrl3Reg

CTRL3 status register in MAX9295A serializer.

Definition at line 112 of file AR0820_CUST1_CustomData.h.

◆ decErrA

uint8_t MAX9295AErrbErrInfo::decErrA

Indicates the number of Link A decoding errors detected in the MAX9295A serializer.

Definition at line 76 of file AR0820_CUST1_CustomData.h.

◆ gpio5SysCheck

uint8_t MAX9295AErrbErrInfo::gpio5SysCheck

MFP5 (SYS_CHECK) status GPIO5 register bit3 in MAX9295A serializer.

Definition at line 114 of file AR0820_CUST1_CustomData.h.

◆ idleErr

uint8_t MAX9295AErrbErrInfo::idleErr

Indicates the number of idle-word errors detected in the MAX9295A serializer.

Definition at line 78 of file AR0820_CUST1_CustomData.h.

◆ intr3Reg

uint8_t MAX9295AErrbErrInfo::intr3Reg

INTR3 interrupt register in MAX9295A serializer.

Definition at line 110 of file AR0820_CUST1_CustomData.h.

◆ intr5Reg

uint8_t MAX9295AErrbErrInfo::intr5Reg

Indicates the value of INTR5 interrupt register in the MAX9295A serializer.

Definition at line 72 of file AR0820_CUST1_CustomData.h.

◆ intr7Reg

uint8_t MAX9295AErrbErrInfo::intr7Reg

Indicates the value of INTR7 interrupt register in the MAX9295A serializer.

Definition at line 74 of file AR0820_CUST1_CustomData.h.

◆ maxRTErrCC

uint8_t MAX9295AErrbErrInfo::maxRTErrCC

Indicates max re-transmission error in main control channel path.

bit7 indicates MAX_RT_ERROR flag, bits[6:0] indicates retransmission count.

Definition at line 81 of file AR0820_CUST1_CustomData.h.

◆ maxRTErrGPIO

uint8_t MAX9295AErrbErrInfo::maxRTErrGPIO

Indicates max re-transmission error in GPIO path.

bit7 indicates MAX_RT_ERROR flag, bits[6:0] indicates retransmission count.

Definition at line 84 of file AR0820_CUST1_CustomData.h.

◆ maxRTErrI2CX

uint8_t MAX9295AErrbErrInfo::maxRTErrI2CX

Indicates max re-transmission error in passthrough channel 1 I2CX path.

bit7 indicates MAX_RT_ERROR flag, bits[6:0] indicates retransmission count.

Definition at line 87 of file AR0820_CUST1_CustomData.h.

◆ maxRTErrI2CY

uint8_t MAX9295AErrbErrInfo::maxRTErrI2CY

Indicates max re-transmission error in passthrough channel 2 I2CY path.

bit7 indicates MAX_RT_ERROR flag, bits[6:0] indicates retransmission count.

Definition at line 90 of file AR0820_CUST1_CustomData.h.

◆ phy1HsErr

uint8_t MAX9295AErrbErrInfo::phy1HsErr

Indicates MIPI PHY1 high speed error register value phy1_hs_err in the MAX9295A serializer.

Definition at line 96 of file AR0820_CUST1_CustomData.h.

◆ phy1LpErr

uint8_t MAX9295AErrbErrInfo::phy1LpErr

Indicates MIPI PHY1 LP error register value phy1_lp_err in the MAX9295A serializer.

Definition at line 93 of file AR0820_CUST1_CustomData.h.

◆ phy2HsErr

uint8_t MAX9295AErrbErrInfo::phy2HsErr

Indicates MIPI PHY2 high speed error register value phy2_hs_err in the MAX9295A serializer.

Definition at line 102 of file AR0820_CUST1_CustomData.h.

◆ phy2LpErr

uint8_t MAX9295AErrbErrInfo::phy2LpErr

Indicates MIPI PHY2 LP error register value phy2_lp_err in the MAX9295A serializer.

Definition at line 99 of file AR0820_CUST1_CustomData.h.


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