Home
last modified time | relevance | path

Searched refs:ESP_RST_DEEPSLEEP (Results 1 – 8 of 8) sorted by relevance

/hal_espressif-3.6.0/components/esp_system/test/
Dtest_sleep.c239 TEST_ASSERT_EQUAL(ESP_RST_DEEPSLEEP, esp_reset_reason()); in check_sleep_reset_and_sleep()
246 TEST_ASSERT_EQUAL(ESP_RST_DEEPSLEEP, esp_reset_reason()); in check_sleep_reset()
289 TEST_ASSERT_EQUAL(ESP_RST_DEEPSLEEP, esp_reset_reason()); in check_wake_stub()
Dtest_reset_reason.c94 TEST_ASSERT_EQUAL(ESP_RST_DEEPSLEEP, esp_reset_reason()); in check_reset_reason_deep_sleep()
/hal_espressif-3.6.0/components/esp_system/include/
Desp_system.h50 ESP_RST_DEEPSLEEP, //!< Reset after exiting deep sleep mode enumerator
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c42 return ESP_RST_DEEPSLEEP; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c42 return ESP_RST_DEEPSLEEP; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c42 return ESP_RST_DEEPSLEEP; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c42 return ESP_RST_DEEPSLEEP; in get_reset_reason()
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/
Dreset_reason.c42 return ESP_RST_DEEPSLEEP; in get_reset_reason()