ESP-IDF
rtc_wdt_flashboot_mode_enable()
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_flashboot_mode_enable()
rtc_wdt_flashboot_mode_enable() function
Enable the flash boot protection procedure for WDT. Do not recommend to use it in the app. This function was added to be compatibility with the old bootloaders. This mode is disabled in bootloader or using rtc_wdt_disable() function.
Syntax
Show:
Summary
Declaration
Definition
from
rtc_wdt.h:120
void
rtc_wdt_flashboot_mode_enable
(
void
)
;
Implemented in
rtc_wdt.c:36
Examples
References
from
examples
Code
Location
void
rtc_wdt_flashboot_mode_enable
(
void
)
rtc_wdt.c:36
void
rtc_wdt_flashboot_mode_enable
(
void
)
;
rtc_wdt.h:120
Call Tree
from
examples
rtc_wdt_flashboot_mode_enable()
calls 1 function:
All items filtered out
rtc_wdt_flashboot_mode_enable()
__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