Home
last modified time | relevance | path

Searched refs:RESET_REASON_CORE_DEEP_SLEEP (Results 1 – 25 of 28) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dreset_reasons.h32 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dreset_reasons.h40 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dreset_reasons.h34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dreset_reasons.h34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core (hp system) enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dreset_reasons.h34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dreset_reasons.h42 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dreset_reasons.h42 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
/hal_espressif-latest/components/bootloader/subproject/main/
Dbootloader_start.c83 if (esp_rom_get_reset_reason(0) != RESET_REASON_CORE_DEEP_SLEEP) { in selected_boot_partition()
/hal_espressif-latest/components/esp_system/port/soc/esp32/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c36 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
/hal_espressif-latest/components/esp_rom/include/esp32/rom/
Drtc.h98 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Drtc.h105 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Drtc.h99 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Drtc.h103 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Drtc.h102 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/
Drtc.h98 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Drtc.h103 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
/hal_espressif-latest/components/esp_system/port/
Dcpu_start.c362 if (rst_reas[0] != RESET_REASON_CORE_DEEP_SLEEP) {
630 if (rst_reas[0] == RESET_REASON_CORE_DEEP_SLEEP) {
/hal_espressif-latest/zephyr/port/boot/
Desp_image_loader.c143 if (reset_reason != RESET_REASON_CORE_DEEP_SLEEP) { in esp_app_image_load()
/hal_espressif-latest/components/esp_phy/src/
Dphy_init.c757 if (esp_rom_get_reset_reason(0) == RESET_REASON_CORE_DEEP_SLEEP) { in esp_phy_load_cal_and_init()

12