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... | |
#define MAX_PDI_REGNUM ( 400U ) |
Maxinum number of AR0820's raw PDI data.
Definition at line 27 of file AR0820_CUST1_CustomData.h.
#define MAXNUM_VOLTAGE ( 18U ) |
Maxinum number of AR0820's voltage data.
Definition at line 25 of file AR0820_CUST1_CustomData.h.
#define NUM_ACKS ( 5 ) |
The number of PMIC TPS650332 startup ACK registers.
Definition at line 118 of file AR0820_CUST1_CustomData.h.
#define ROI_STATS_BYTE_NUM ( 18U ) |
AR0820's ROI Stats byte number.
Definition at line 29 of file AR0820_CUST1_CustomData.h.