rtc_deep_sleep_start() is only used within ESP-IDF.
 
Symbols
loading (4/5)...
Files
loading (4/5)...
SummarySyntaxArgumentsReferencesCall TreeData Use

Return value

non-zero if sleep was rejected by hardware

Notes

If no deep sleep wake stub address is set then calling rtc_sleep_start() will have the same effect and takes less time as CRC calculation is skipped. This function should only be called after rtc_sleep_init() has been called to configure the system for deep sleep.

References