Home
last modified time | relevance | path

Searched refs:ESP_RST_SW (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/include/
Desp_system.h45 ESP_RST_SW, //!< Software reset via esp_restart enumerator
/hal_espressif-3.4.0/components/esp_system/test/
Dtest_reset_reason.c159 TEST_ASSERT_EQUAL(ESP_RST_SW, esp_reset_reason()); in check_reset_reason_sw()
357 TEST_ASSERT_EQUAL(ESP_RST_SW, esp_reset_reason()); in test1_finish()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32/
Dreset_reason.c39 return ESP_RST_SW; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32c3/
Dreset_reason.c39 return ESP_RST_SW; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32h2/
Dreset_reason.c39 return ESP_RST_SW; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s3/
Dreset_reason.c39 return ESP_RST_SW; in get_reset_reason()
/hal_espressif-3.4.0/components/esp_system/port/soc/esp32s2/
Dreset_reason.c39 return ESP_RST_SW; in get_reset_reason()
/hal_espressif-3.4.0/components/driver/test/
Dtest_ledc.c574 TEST_ASSERT_EQUAL(ESP_RST_SW, esp_reset_reason()); in ledc_cpu_reset_test_second_stage()
Dtest_timer.c999 TEST_ASSERT_EQUAL(ESP_RST_SW, esp_reset_reason()); in timer_group_test_second_stage()