DEVICE_SLEEP_ConfigRetRam Function
C
void DEVICE_SLEEP_ConfigRetRam(bool enable);
Description
The API is used to enable/disable retention RAM
Parameters
bool enable Set as true to enable retention RAM; set as false to disable.
Returns
None
void DEVICE_SLEEP_ConfigRetRam(bool enable);
The API is used to enable/disable retention RAM
bool enable Set as true to enable retention RAM; set as false to disable.
None