ESP-IDF
sleep_config_t::rtc_ticks_at_sleep_start
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
sleep_config_t::rtc_ticks_at_sleep_start
sleep_config_t::rtc_ticks_at_sleep_start field
Syntax
Show:
Summary
Declaration
from
sleep_modes.c:252
uint64_t
rtc_ticks_at_sleep_start
;
Examples
References
from
examples
Code
Location
Referrer
uint64_t
rtc_ticks_at_sleep_start
;
sleep_modes.c:252
s_config
.
rtc_ticks_at_sleep_start
=
rtc_time_get
(
)
;
sleep_modes.c:1209
deep_sleep_start()
s_config
.
rtc_ticks_at_sleep_start
=
rtc_time_get
(
)
;
sleep_modes.c:1395
esp_light_sleep_start()
uint64_t
rtc_time_diff
=
rtc_time_slowclk_to_us
(
rtc_ticks_at_end
-
s_config
.
rtc_ticks_at_sleep_start
,
s_config
.
rtc_clk_cal_period
)
;
sleep_modes.c:1551
esp_light_sleep_start()
int64_t
target_wakeup_tick
=
s_config
.
rtc_ticks_at_sleep_start
+
ticks
;
sleep_modes.c:1729
timer_wakeup_prepare()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
sleep_config_t::rtc_ticks_at_sleep_start
is written by 2 functions and is read by 2 functions:
deep_sleep_start()
esp_light_sleep_start()
All items filtered out
sleep_config_t::rtc_ticks_at_sleep_start
esp_light_sleep_start()
timer_wakeup_prepare()
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