Home
last modified time | relevance | path

Searched refs:esp_reset_reason_get_hint (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c61 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
98 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c56 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
87 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c63 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
100 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c60 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
97 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c60 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
95 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c73 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
110 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c73 esp_reset_reason_t hint = esp_reset_reason_get_hint(); in esp_reset_reason_init()
110 esp_reset_reason_t esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function
/hal_espressif-latest/components/esp_system/include/esp_private/
Dsystem_internal.h49 esp_reset_reason_t esp_reset_reason_get_hint(void);
/hal_espressif-latest/components/esp_system/
Dlinker.lf9 reset_reason:esp_reset_reason_get_hint (noflash)
Dpanic.c424 if (esp_reset_reason_get_hint() == ESP_RST_UNKNOWN) { in esp_panic_handler()
478 esp_reset_reason_t IRAM_ATTR __attribute__((weak)) esp_reset_reason_get_hint(void) in esp_reset_reason_get_hint() function