ESP-IDF
RTC_CNTL_MIN_SLP_VAL_MIN
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
RTC_CNTL_MIN_SLP_VAL_MIN
RTC_CNTL_MIN_SLP_VAL_MIN macro
Syntax
Show:
Summary
Declaration
from
rtc.h:538
#define
RTC_CNTL_MIN_SLP_VAL_MIN
(
128
)
Examples
References
from
examples
Code
Location
#define
RTC_CNTL_MIN_SLP_VAL_MIN
(
128
)
rtc.h:538
REG_SET_FIELD
(
RTC_CNTL_TIMER5_REG
,
RTC_CNTL_MIN_SLP_VAL
,
RTC_CNTL_MIN_SLP_VAL_MIN
)
;
rtc_sleep.c:124
int64_t
min_sleep_duration_us
=
rtc_time_slowclk_to_us
(
RTC_CNTL_MIN_SLP_VAL_MIN
,
s_config
.
rtc_clk_cal_period
)
;
sleep_modes.c:1524
REG_SET_FIELD
(
RTC_CNTL_TIMER5_REG
,
RTC_CNTL_MIN_SLP_VAL
,
RTC_CNTL_MIN_SLP_VAL_MIN
)
;
ulp.c:76
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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