1.8.20.10 GPBR_REGS_INDEX Enum
C
typedef enum { GPBR_REGS_0, GPBR_REGS_1, GPBR_REGS_2, GPBR_REGS_3, GPBR_REGS_4, GPBR_REGS_5, GPBR_REGS_6, GPBR_REGS_7, GPBR_REGS_8, GPBR_REGS_9, GPBR_REGS_10, GPBR_REGS_11, GPBR_REGS_12, GPBR_REGS_13, GPBR_REGS_14, GPBR_REGS_15, GPBR_REGS_16, GPBR_REGS_17, GPBR_REGS_18, GPBR_REGS_19, GPBR_REGS_20, GPBR_REGS_21, GPBR_REGS_22, GPBR_REGS_23, } GPBR_REGS_INDEX;
Summary
Identifies the GPBR Registers index.
Description
Identifies the GPBR Registers index. This enum type can be used to specify the GPBR Registers index when calling the APIs. For Example, uint32_t gpbrReg; gpbrReg = SUPC_GPBRRead(GPBR_REGS_0);
Remarks
None.