Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dreset_reason.c34 reset_reason_hint == ESP_RST_BROWNOUT || in get_reset_reason()
57 return ESP_RST_BROWNOUT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c34 reset_reason_hint == ESP_RST_BROWNOUT || in get_reset_reason()
59 return ESP_RST_BROWNOUT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c34 reset_reason_hint == ESP_RST_BROWNOUT || in get_reset_reason()
59 return ESP_RST_BROWNOUT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c34 reset_reason_hint == ESP_RST_BROWNOUT || in get_reset_reason()
59 return ESP_RST_BROWNOUT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c34 reset_reason_hint == ESP_RST_BROWNOUT || in get_reset_reason()
59 return ESP_RST_BROWNOUT; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/include/
Desp_system.h51 ESP_RST_BROWNOUT, //!< Brownout reset (software or hardware) enumerator
/hal_espressif-3.4.0/components/esp_system/port/
Dbrownout.c67 esp_reset_reason_set_hint(ESP_RST_BROWNOUT); in rtc_brownout_isr_handler()
/hal_espressif-3.4.0/components/esp_system/test/
Dtest_reset_reason.c277 TEST_ASSERT_EQUAL(ESP_RST_BROWNOUT, esp_reset_reason()); in check_reset_reason_brownout()
/hal_espressif-3.4.0/components/esp_wifi/src/
Dphy_init.c651 if (esp_reset_reason() == ESP_RST_BROWNOUT) in esp_phy_load_cal_and_init()
/hal_espressif-3.4.0/components/esp_phy/src/
Dphy_init.c666 if (esp_reset_reason() == ESP_RST_BROWNOUT) { in esp_phy_load_cal_and_init()