1.17.14.7 1.24.15.7 POWER_DSGPR_Read Function
C
uint32_t POWER_DSGPR_Read(POWER_DSGPR gprNumb);
Summary
Reads saved data
Description
This function reads the data which was saved during deep sleep mode.
Precondition
None.
Parameters
Param | Description |
---|---|
gprNumb | selects the DSGPR register which has to be read |
Returns
Returns the value read
Example
uint32_t savedData; savedData = POWER_DSGPR_Read(POWER_DSGPR0);
Remarks
This function is only available for the devices which has deep sleep controller. MHC will generate this function only for the selected devices accordingly. Check device datasheet for more information.