/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | reset_reasons.h | 32 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | reset_reasons.h | 40 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | reset_reasons.h | 34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | reset_reasons.h | 34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core (hp system) enumerator
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | reset_reasons.h | 34 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | reset_reasons.h | 42 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | reset_reasons.h | 42 RESET_REASON_CORE_DEEP_SLEEP = 0x05, // Deep sleep reset the digital core enumerator
|
/hal_espressif-latest/components/bootloader/subproject/main/ |
D | bootloader_start.c | 83 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/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 36 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 33 case RESET_REASON_CORE_DEEP_SLEEP: in get_reset_reason()
|
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 98 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/ |
D | rtc.h | 105 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/ |
D | rtc.h | 99 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/ |
D | rtc.h | 103 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/ |
D | rtc.h | 102 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/ |
D | rtc.h | 98 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/ |
D | rtc.h | 103 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
|
/hal_espressif-latest/components/esp_system/port/ |
D | cpu_start.c | 362 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/ |
D | esp_image_loader.c | 143 if (reset_reason != RESET_REASON_CORE_DEEP_SLEEP) { in esp_app_image_load()
|
/hal_espressif-latest/components/esp_phy/src/ |
D | phy_init.c | 757 if (esp_rom_get_reset_reason(0) == RESET_REASON_CORE_DEEP_SLEEP) { in esp_phy_load_cal_and_init()
|