ESP-IDF
WDT_STAGE1
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
WDT_STAGE1
WDT_STAGE1 value
Stage 1
Syntax
Show:
Summary
Declaration
from
wdt_types.h:26
WDT_STAGE1
=
1
;
Examples
References
from
examples
Code
Location
Referrer
WDT_STAGE1
=
1
,
/*!< Stage 1 */
wdt_types.h:26
wdt_hal_config_stage
(
&
iwdt_context
,
WDT_STAGE1
,
2
*
CONFIG_ESP_INT_WDT_TIMEOUT_MS
*
1000
/
IWDT_TICKS_PER_US
,
WDT_STAGE_ACTION_RESET_SYSTEM
)
;
// Set timeout before reset
int_wdt.c:121
tick_hook()
wdt_hal_config_stage
(
&
iwdt_context
,
WDT_STAGE1
,
2
*
CONFIG_ESP_INT_WDT_TIMEOUT_MS
*
1000
/
IWDT_TICKS_PER_US
,
WDT_STAGE_ACTION_RESET_SYSTEM
)
;
// Set timeout before reset
int_wdt.c:135
tick_hook()
wdt_hal_config_stage
(
&
iwdt_context
,
WDT_STAGE1
,
IWDT_INITIAL_TIMEOUT_S
*
1000000
/
IWDT_TICKS_PER_US
,
WDT_STAGE_ACTION_RESET_SYSTEM
)
;
int_wdt.c:158
esp_int_wdt_init()
case
WDT_STAGE1
:
mwdt_ll.h:109
mwdt_ll_config_stage()
case
WDT_STAGE1
:
mwdt_ll.h:139
mwdt_ll_disable_stage()
case
WDT_STAGE1
:
rwdt_ll.h:106
rwdt_ll_config_stage()
case
WDT_STAGE1
:
rwdt_ll.h:135
rwdt_ll_disable_stage()
wdt_hal_config_stage
(
&
rtc_wdt_ctx
,
WDT_STAGE1
,
stage_timeout_ticks
,
WDT_STAGE_ACTION_RESET_RTC
)
;
system_internal.c:71
esp_restart_noos()
wdt_hal_config_stage
(
&
ctx
->
hal
,
WDT_STAGE1
,
config
->
timeout_ms
*
(
2
*
1000
/
TWDT_TICKS_PER_US
)
,
WDT_STAGE_ACTION_RESET_SYSTEM
)
;
task_wdt_impl_timergroup.c:119
esp_task_wdt_impl_timer_allocate()
wdt_hal_config_stage
(
&
ctx
->
hal
,
WDT_STAGE1
,
config
->
timeout_ms
*
(
2
*
1000
/
TWDT_TICKS_PER_US
)
,
WDT_STAGE_ACTION_RESET_SYSTEM
)
;
task_wdt_impl_timergroup.c:147
esp_task_wdt_impl_timer_reconfigure()
rwdt_ll_disable_stage
(
hal
->
rwdt_dev
,
WDT_STAGE1
)
;
wdt_hal_iram.c:37
wdt_hal_init()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
WDT_STAGE1
is read by 10 functions:
All items filtered out
WDT_STAGE1
mwdt_ll_config_stage()
mwdt_ll_disable_stage()
rwdt_ll_config_stage()
rwdt_ll_disable_stage()
tick_hook()
esp_int_wdt_init()
esp_task_wdt_impl_timer_allocate()
esp_task_wdt_impl_timer_reconfigure()
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