1.36.16.5 SUPC_GPBRRead Function

C

uint32_t SUPC_GPBRRead (GPBR_REGS_INDEX reg);

Summary

Reads the data from General Purpose Backup Register(GPBR)

Description

This functions is used to read the data available in GPBR register when the device wakeup from Low power modes.

Precondition

None

Parameters

Param Description
reg Identifies the GPBR register

Returns

32 bit data available in specified GPBR register.

Example

uint32_t data;

data = SUPC_GPBRRead (GPBR_REGS_2);

Remarks

None.