ESP-IDF
ESP_SLEEP_ULTRA_LOW_MODE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ESP_SLEEP_ULTRA_LOW_MODE
ESP_SLEEP_ULTRA_LOW_MODE value
Syntax
Show:
Summary
Declaration
from
esp_sleep_internal.h:38
ESP_SLEEP_ULTRA_LOW_MODE
;
Examples
References
from
examples
Code
Location
Referrer
ESP_SLEEP_ULTRA_LOW_MODE
,
//!< In ultra low mode, 2uA is saved, but RTC memory can't use at high temperature, and RTCIO can't be used as INPUT.
esp_sleep_internal.h:38
if
(
s_sleep_sub_mode_ref_cnt
[
ESP_SLEEP_ULTRA_LOW_MODE
]
==
0
)
{
sleep_modes.c:954
esp_sleep_start()
[
ESP_SLEEP_ULTRA_LOW_MODE
]
=
"ESP_SLEEP_ULTRA_LOW_MODE"
,
sleep_modes.c:2307
esp_sleep_sub_mode_dump_config()
esp_sleep_sub_mode_config
(
ESP_SLEEP_ULTRA_LOW_MODE
,
enable
)
;
sleep_modes.c:2556
rtc_sleep_enable_ultra_low()
esp_sleep_sub_mode_force_disable
(
ESP_SLEEP_ULTRA_LOW_MODE
)
;
sleep_modes.c:2558
rtc_sleep_enable_ultra_low()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ESP_SLEEP_ULTRA_LOW_MODE
is read by 3 functions:
All items filtered out
ESP_SLEEP_ULTRA_LOW_MODE
esp_sleep_start()
esp_sleep_sub_mode_dump_config()
rtc_sleep_enable_ultra_low()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out