ESP-IDF
rtc_wdt_stage_action_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
rtc_wdt_stage_action_t
rtc_wdt_stage_action_t enum
Syntax
Show:
Summary
Declaration
from
rtc_wdt.h:64
enum
{
RTC_WDT_STAGE_ACTION_OFF
=
RTC_WDT_STG_SEL_OFF
,
RTC_WDT_STAGE_ACTION_INTERRUPT
=
RTC_WDT_STG_SEL_INT
,
RTC_WDT_STAGE_ACTION_RESET_CPU
=
RTC_WDT_STG_SEL_RESET_CPU
,
RTC_WDT_STAGE_ACTION_RESET_SYSTEM
=
RTC_WDT_STG_SEL_RESET_SYSTEM
,
RTC_WDT_STAGE_ACTION_RESET_RTC
=
RTC_WDT_STG_SEL_RESET_RTC
}
;
Values
Value
Declared as
Description
rtc_wdt_stage_action_t::RTC_WDT_STAGE_ACTION_OFF
=
RTC_WDT_STG_SEL_OFF
Disabled. This stage will have no effects on the system.
rtc_wdt_stage_action_t::RTC_WDT_STAGE_ACTION_INTERRUPT
=
RTC_WDT_STG_SEL_INT
Trigger an interrupt. When the stage expires an interrupt is triggered.
rtc_wdt_stage_action_t::RTC_WDT_STAGE_ACTION_RESET_CPU
=
RTC_WDT_STG_SEL_RESET_CPU
Reset a CPU core.
rtc_wdt_stage_action_t::RTC_WDT_STAGE_ACTION_RESET_SYSTEM
=
RTC_WDT_STG_SEL_RESET_SYSTEM
Reset the main system includes the CPU and all peripherals. The RTC is an exception to this, and it will not be reset.
rtc_wdt_stage_action_t::RTC_WDT_STAGE_ACTION_RESET_RTC
=
RTC_WDT_STG_SEL_RESET_RTC
Reset the main system and the RTC.
Examples
References
from
examples
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
Lifecycle
from
examples
All items filtered out
All items filtered out