ESP-IDF
WDT_MWDT0
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
WDT_MWDT0
WDT_MWDT0 value
Main System Watchdog Timer (MWDT) of Timer Group 0
Syntax
Show:
Summary
Declaration
from
wdt_types.h:17
WDT_MWDT0
;
Examples
References
from
examples
Code
Location
Referrer
WDT_MWDT0
,
/*!< Main System Watchdog Timer (MWDT) of Timer Group 0 */
wdt_types.h:17
static
wdt_hal_context_t
wdt0_context
=
{
.
inst
=
WDT_MWDT0
,
.
mwdt_dev
=
&
TIMERG0
}
;
gdbstub.c:120
wdt_hal_context_t
wdt0_context
=
{
.
inst
=
WDT_MWDT0
,
.
mwdt_dev
=
&
TIMERG0
}
;
panic.c:187
esp_panic_handler_reconfigure_wdts()
wdt_hal_init
(
&
wdt0_context
,
WDT_MWDT0
,
MWDT_LL_DEFAULT_CLK_PRESCALER
,
false
)
;
//Prescaler: wdt counts in ticks of TG0_WDT_TICK_US
panic.c:195
esp_panic_handler_reconfigure_wdts()
wdt_hal_context_t
wdt0_context
=
{
.
inst
=
WDT_MWDT0
,
.
mwdt_dev
=
&
TIMERG0
}
;
panic.c:214
disable_all_wdts()
static
wdt_hal_context_t
wdt0_context
=
{
.
inst
=
WDT_MWDT0
,
.
mwdt_dev
=
&
TIMERG0
}
;
panic_handler.c:51
wdt_hal_context_t
wdt0_context
=
{
.
inst
=
WDT_MWDT0
,
.
mwdt_dev
=
&
TIMERG0
}
;
system_internal.c:90
esp_restart_noos()
wdt_hal_init
(
&
ctx
->
hal
,
TWDT_INSTANCE
,
TWDT_PRESCALER
,
true
)
;
task_wdt_impl_timergroup.c:113
esp_task_wdt_impl_timer_allocate()
if
(
wdt_inst
==
WDT_MWDT0
)
{
wdt_hal_iram.c:18
wdt_hal_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WDT_MWDT0
is read by 5 functions:
All items filtered out
WDT_MWDT0
esp_panic_handler_reconfigure_wdts()
disable_all_wdts()
esp_task_wdt_impl_timer_allocate()
esp_restart_noos()
wdt_hal_init()
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