ESP-IDF
RTC_SLEEP_REJECT_MASK
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_SLEEP_REJECT_MASK
RTC_SLEEP_REJECT_MASK macro
RTC_SLEEP_REJECT_MASK records sleep reject sources supported by chip esp32 only supports GPIO and SDIO sleep reject sources
Syntax
Show:
Summary
Declaration
from
rtc.h:586
#define
RTC_SLEEP_REJECT_MASK
(
RTC_GPIO_TRIG_EN
|
RTC_SDIO_TRIG_EN
)
Examples
References
from
examples
Code
Location
#define
RTC_SLEEP_REJECT_MASK
(
RTC_GPIO_TRIG_EN
|
RTC_SDIO_TRIG_EN
)
rtc.h:586
uint32_t
reject_triggers
=
allow_sleep_rejection
?
(
s_config
.
wakeup_triggers
&
RTC_SLEEP_REJECT_MASK
)
:
0
;
sleep_modes.c:923
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