ESP-IDF
timg_dev_t::wdtconfig0
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
timg_dev_t::wdtconfig0
timg_dev_t::wdtconfig0 field
Syntax
Show:
Summary
Declaration
from
timer_group_struct.h:705
volatile
timg_wdtconfig0_reg_t
wdtconfig0
;
Examples
References
from
examples
Code
Location
Referrer
volatile
timg_wdtconfig0_reg_t
wdtconfig0
;
timer_group_struct.h:705
hw
->
wdtconfig0
.
wdt_en
=
1
;
mwdt_ll.h:67
mwdt_ll_enable()
hw
->
wdtconfig0
.
wdt_en
=
0
;
mwdt_ll.h:80
mwdt_ll_disable()
return
(
hw
->
wdtconfig0
.
wdt_en
)
?
true
:
false
;
mwdt_ll.h:91
mwdt_ll_check_if_enabled()
hw
->
wdtconfig0
.
wdt_stg0
=
behavior
;
mwdt_ll.h:106
mwdt_ll_config_stage()
hw
->
wdtconfig0
.
wdt_stg1
=
behavior
;
mwdt_ll.h:110
mwdt_ll_config_stage()
hw
->
wdtconfig0
.
wdt_stg2
=
behavior
;
mwdt_ll.h:114
mwdt_ll_config_stage()
hw
->
wdtconfig0
.
wdt_stg3
=
behavior
;
mwdt_ll.h:118
mwdt_ll_config_stage()
hw
->
wdtconfig0
.
wdt_stg0
=
WDT_STAGE_ACTION_OFF
;
mwdt_ll.h:137
mwdt_ll_disable_stage()
hw
->
wdtconfig0
.
wdt_stg1
=
WDT_STAGE_ACTION_OFF
;
mwdt_ll.h:140
mwdt_ll_disable_stage()
hw
->
wdtconfig0
.
wdt_stg2
=
WDT_STAGE_ACTION_OFF
;
mwdt_ll.h:143
mwdt_ll_disable_stage()
hw
->
wdtconfig0
.
wdt_stg3
=
WDT_STAGE_ACTION_OFF
;
mwdt_ll.h:146
mwdt_ll_disable_stage()
hw
->
wdtconfig0
.
wdt_edge_int_en
=
enable
;
mwdt_ll.h:162
mwdt_ll_set_edge_intr()
hw
->
wdtconfig0
.
wdt_level_int_en
=
enable
;
mwdt_ll.h:173
mwdt_ll_set_level_intr()
hw
->
wdtconfig0
.
wdt_cpu_reset_length
=
length
;
mwdt_ll.h:184
mwdt_ll_set_cpu_reset_length()
hw
->
wdtconfig0
.
wdt_sys_reset_length
=
length
;
mwdt_ll.h:195
mwdt_ll_set_sys_reset_length()
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_dev_t::wdtconfig0
is read by 11 functions:
All items filtered out
timg_dev_t::wdtconfig0
_timer_ll_reset_register()
mwdt_ll_enable()
mwdt_ll_disable()
mwdt_ll_check_if_enabled()
mwdt_ll_config_stage()
mwdt_ll_disable_stage()
mwdt_ll_set_edge_intr()
mwdt_ll_set_level_intr()
mwdt_ll_set_cpu_reset_length()
mwdt_ll_set_sys_reset_length()
mwdt_ll_set_flashboot_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