ESP-IDF
get_reset_reason()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
get_reset_reason()
get_reset_reason() function
Syntax
Show:
Summary
Declaration
from
reset_reason.c:17
static
esp_reset_reason_t
get_reset_reason
(
uint32_t
rtc_reset_reason
,
esp_reset_reason_t
reset_reason_hint
)
;
Arguments
Argument
rtc_reset_reason
reset_reason_hint
Examples
References
from
examples
Code
Location
Referrer
static
esp_reset_reason_t
get_reset_reason
(
uint32_t
rtc_reset_reason
,
esp_reset_reason_t
reset_reason_hint
)
reset_reason.c:17
s_reset_reason
=
get_reset_reason
(
esp_rom_get_reset_reason
(
PRO_CPU_NUM
)
,
hint
)
;
reset_reason.c:62
esp_reset_reason_init()
Call Tree
from
examples
get_reset_reason()
is called by 1 function:
esp_reset_reason_init()
All items filtered out
get_reset_reason()
All items filtered out
Data Use
from
examples
get_reset_reason()
reads 22 variables:
soc_reset_reason_t::RESET_REASON_CORE_SDIO
soc_reset_reason_t::RESET_REASON_CORE_MWDT0
soc_reset_reason_t::RESET_REASON_CORE_MWDT1
soc_reset_reason_t::RESET_REASON_CORE_RTC_WDT
soc_reset_reason_t::RESET_REASON_CPU0_MWDT0
soc_reset_reason_t::RESET_REASON_CPU0_SW
soc_reset_reason_t::RESET_REASON_CPU0_RTC_WDT
soc_reset_reason_t::RESET_REASON_SYS_BROWN_OUT
soc_reset_reason_t::RESET_REASON_SYS_RTC_WDT
soc_reset_reason_t::RESET_REASON_CHIP_POWER_ON
soc_reset_reason_t::RESET_REASON_CORE_SW
soc_reset_reason_t::RESET_REASON_CORE_DEEP_SLEEP
esp_reset_reason_t::ESP_RST_UNKNOWN
esp_reset_reason_t::ESP_RST_POWERON
esp_reset_reason_t::ESP_RST_SW
esp_reset_reason_t::ESP_RST_PANIC
esp_reset_reason_t::ESP_RST_INT_WDT
esp_reset_reason_t::ESP_RST_TASK_WDT
esp_reset_reason_t::ESP_RST_WDT
esp_reset_reason_t::ESP_RST_DEEPSLEEP
esp_reset_reason_t::ESP_RST_BROWNOUT
esp_reset_reason_t::ESP_RST_SDIO
All items filtered out
get_reset_reason()
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