![]() |
Mbed OS Reference
|
RAII object for disabling, then restoring the deep sleep mode Usage: More...
#include <DeepSleepLock.h>
Public Member Functions | |
void | lock () |
Mark the start of a locked deep sleep section. | |
void | unlock () |
Mark the end of a locked deep sleep section. | |
RAII object for disabling, then restoring the deep sleep mode Usage:
Definition at line 45 of file DeepSleepLock.h.
void lock | ( | ) |
Mark the start of a locked deep sleep section.
void unlock | ( | ) |
Mark the end of a locked deep sleep section.