ESP-IDF
wdt_stage_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
wdt_stage_t
wdt_stage_t enum
Syntax
Show:
Summary
Declaration
from
wdt_types.h:24
enum
{
WDT_STAGE0
=
0
,
WDT_STAGE1
=
1
,
WDT_STAGE2
=
2
,
WDT_STAGE3
=
3
}
;
Values
Value
Declared as
Description
wdt_stage_t::WDT_STAGE0
=
0
Stage 0.
wdt_stage_t::WDT_STAGE1
=
1
Stage 1.
wdt_stage_t::WDT_STAGE2
=
2
Stage 2.
wdt_stage_t::WDT_STAGE3
=
3
Stage 3.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
wdt_types.h:24
}
wdt_stage_t
;
wdt_types.h:29
FORCE_INLINE_ATTR
void
mwdt_ll_config_stage
(
timg_dev_t
*
hw
,
wdt_stage_t
stage
,
uint32_t
timeout
,
wdt_stage_action_t
behavior
)
mwdt_ll.h:102
mwdt_ll_config_stage()
mwdt_ll_config_stage()::stage
FORCE_INLINE_ATTR
void
rwdt_ll_config_stage
(
rtc_cntl_dev_t
*
hw
,
wdt_stage_t
stage
,
uint32_t
timeout_ticks
,
wdt_stage_action_t
behavior
)
rwdt_ll.h:99
rwdt_ll_config_stage()
rwdt_ll_config_stage()::stage
FORCE_INLINE_ATTR
void
rwdt_ll_disable_stage
(
rtc_cntl_dev_t
*
hw
,
wdt_stage_t
stage
)
rwdt_ll.h:129
rwdt_ll_disable_stage()
rwdt_ll_disable_stage()::stage
void
wdt_hal_config_stage
(
wdt_hal_context_t
*
hal
,
wdt_stage_t
stage
,
uint32_t
timeout
,
wdt_stage_action_t
behavior
)
;
wdt_hal.h:90
wdt_hal_config_stage()
wdt_hal_config_stage()::stage
void
wdt_hal_config_stage
(
wdt_hal_context_t
*
hal
,
wdt_stage_t
stage
,
uint32_t
timeout_ticks
,
wdt_stage_action_t
behavior
)
wdt_hal_iram.c:117
wdt_hal_config_stage()
wdt_hal_config_stage()::stage
}
wdt_stage_t
;
wdt_types.h:29
wdt_stage_t
Call Tree
from
examples
All items filtered out
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
Instance
Scope
Location
Project
wdt_hal_config_stage()::stage
wdt_hal_config_stage()
wdt_hal.h:90
mwdt_ll_config_stage()::stage
mwdt_ll_config_stage()
mwdt_ll.h:102
rwdt_ll_config_stage()::stage
rwdt_ll_config_stage()
rwdt_ll.h:99
rwdt_ll_disable_stage()::stage
rwdt_ll_disable_stage()
rwdt_ll.h:129
wdt_hal_config_stage()::stage
wdt_hal_config_stage()
wdt_hal_iram.c:117
Lifecycle
from
examples
All items filtered out
All items filtered out