Searched refs:DEEPSLEEP_RESET (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32/rom/ |
D | rtc.h | 81 DEEPSLEEP_RESET = 5, /**<3, Deep Sleep reset digital core*/ enumerator 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 | 87 DEEPSLEEP_RESET = 5, /**<3, Deep Sleep reset digital core*/ enumerator 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 | 80 DEEPSLEEP_RESET = 5, /**<5, Deep Sleep reset digital core*/ enumerator 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 | 82 DEEPSLEEP_RESET = 5, /**<5, Deep Sleep reset digital core (hp system)*/ enumerator 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 | 81 DEEPSLEEP_RESET = 5, /**<5, Deep Sleep reset digital core*/ enumerator 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 | 76 DEEPSLEEP_RESET = 5, /**<5, Deep Sleep reset digital core*/ enumerator 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 | 81 DEEPSLEEP_RESET = 5, /**<5, Deep Sleep reset digital core*/ enumerator 103 ESP_STATIC_ASSERT((soc_reset_reason_t)DEEPSLEEP_RESET == RESET_REASON_CORE_DEEP_SLEEP, "DEEPSLEEP_R…
|