ESP-IDF
rtc_wdt_get_protect_status()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_wdt_get_protect_status()
rtc_wdt_get_protect_status() function
Get status of protect of rtc_wdt.
Syntax
Show:
Summary
Declaration
Definition
from
rtc_wdt.h:96
bool
rtc_wdt_get_protect_status
(
void
)
;
Implemented in
rtc_wdt.c:14
Return value
- True if the protect of RTC_WDT is set
Examples
References
from
examples
Code
Location
Referrer
bool
rtc_wdt_get_protect_status
(
void
)
rtc_wdt.c:14
bool
rtc_wdt_get_protect_status
(
void
)
;
rtc_wdt.h:96
bool
protect
=
rtc_wdt_get_protect_status
(
)
;
rtc_wdt.c:43
rtc_wdt_disable()
bool
protect
=
rtc_wdt_get_protect_status
(
)
;
rtc_wdt.c:61
rtc_wdt_feed()
Call Tree
from
examples
rtc_wdt_get_protect_status()
is called by 2 functions and calls 1 function:
rtc_wdt_disable()
rtc_wdt_feed()
All items filtered out
rtc_wdt_get_protect_status()
__assert_func()
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