ESP-IDF
timg_wdtconfig0_reg_t::
::wdt_flashboot_mod_en
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
timg_wdtconfig0_reg_t::
::wdt_flashboot_mod_en
timg_wdtconfig0_reg_t::
::wdt_flashboot_mod_en field
wdt_flashboot_mod_en : R/W; bitpos: [14]; default: 1; When set, Flash boot protection is enabled.
Syntax
Show:
Summary
Declaration
from
timer_group_struct.h:188
uint32_t
wdt_flashboot_mod_en
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
wdt_flashboot_mod_en
:
1
;
timer_group_struct.h:188
hw
->
wdtconfig0
.
wdt_flashboot_mod_en
=
(
enable
)
?
1
:
0
;
mwdt_ll.h:210
mwdt_ll_set_flashboot_en()
TIMERG0
.
wdtconfig0
.
wdt_flashboot_mod_en
=
0
;
timer_ll.h:64
_timer_ll_reset_register()
TIMERG1
.
wdtconfig0
.
wdt_flashboot_mod_en
=
0
;
timer_ll.h:68
_timer_ll_reset_register()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
timg_wdtconfig0_reg_t::
::wdt_flashboot_mod_en
is written by 2 functions:
_timer_ll_reset_register()
mwdt_ll_set_flashboot_en()
All items filtered out
timg_wdtconfig0_reg_t::
::wdt_flashboot_mod_en
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