ESP-IDF
rtc_wdt_stage_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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
rtc_wdt_stage_t
rtc_wdt_stage_t enum
Syntax
Show:
Summary
Declaration
from
rtc_wdt.h:56
enum
{
RTC_WDT_STAGE0
=
0
,
RTC_WDT_STAGE1
=
1
,
RTC_WDT_STAGE2
=
2
,
RTC_WDT_STAGE3
=
3
}
;
Values
Value
Declared as
Description
rtc_wdt_stage_t::RTC_WDT_STAGE0
=
0
Stage 0.
rtc_wdt_stage_t::RTC_WDT_STAGE1
=
1
Stage 1.
rtc_wdt_stage_t::RTC_WDT_STAGE2
=
2
Stage 2.
rtc_wdt_stage_t::RTC_WDT_STAGE3
=
3
Stage 3.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
rtc_wdt.h:56
}
rtc_wdt_stage_t
;
rtc_wdt.h:61
static
uint32_t
get_addr_reg
(
rtc_wdt_stage_t
stage
)
rtc_wdt.c:71
get_addr_reg()
get_addr_reg()::stage
esp_err_t
rtc_wdt_set_time
(
rtc_wdt_stage_t
stage
,
unsigned
int
timeout_ms
)
rtc_wdt.c:86
rtc_wdt_set_time()
rtc_wdt_set_time()::stage
esp_err_t
rtc_wdt_get_timeout
(
rtc_wdt_stage_t
stage
,
unsigned
int
*
timeout_ms
)
rtc_wdt.c:101
rtc_wdt_get_timeout()
rtc_wdt_get_timeout()::stage
esp_err_t
rtc_wdt_set_stage
(
rtc_wdt_stage_t
stage
,
rtc_wdt_stage_action_t
stage_sel
)
rtc_wdt.c:117
rtc_wdt_set_stage()
rtc_wdt_set_stage()::stage
}
rtc_wdt_stage_t
;
rtc_wdt.h:61
rtc_wdt_stage_t
esp_err_t
rtc_wdt_set_time
(
rtc_wdt_stage_t
stage
,
unsigned
int
timeout_ms
)
;
rtc_wdt.h:144
rtc_wdt_set_time()
rtc_wdt_set_time()::stage
esp_err_t
rtc_wdt_get_timeout
(
rtc_wdt_stage_t
stage
,
unsigned
int
*
timeout_ms
)
;
rtc_wdt.h:156
rtc_wdt_get_timeout()
rtc_wdt_get_timeout()::stage
esp_err_t
rtc_wdt_set_stage
(
rtc_wdt_stage_t
stage
,
rtc_wdt_stage_action_t
stage_sel
)
;
rtc_wdt.h:168
rtc_wdt_set_stage()
rtc_wdt_set_stage()::stage
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
rtc_wdt_set_time()::stage
rtc_wdt_set_time()
rtc_wdt.h:144
rtc_wdt_get_timeout()::stage
rtc_wdt_get_timeout()
rtc_wdt.h:156
rtc_wdt_set_stage()::stage
rtc_wdt_set_stage()
rtc_wdt.h:168
get_addr_reg()::stage
get_addr_reg()
rtc_wdt.c:71
rtc_wdt_set_time()::stage
rtc_wdt_set_time()
rtc_wdt.c:86
rtc_wdt_get_timeout()::stage
rtc_wdt_get_timeout()
rtc_wdt.c:101
rtc_wdt_set_stage()::stage
rtc_wdt_set_stage()
rtc_wdt.c:117
Lifecycle
from
examples
All items filtered out
All items filtered out