Searched refs:RTC_SW_CPU_RESET (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.6.0/components/esp_rom/include/esp32s2/rom/ |
D | rtc.h | 93 RTC_SW_CPU_RESET = 12, /**<12, Software reset CPU*/ enumerator 110 _Static_assert((soc_reset_reason_t)RTC_SW_CPU_RESET == RESET_REASON_CPU0_SW, "RTC_SW_CPU_RESET != R…
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32h2/rom/ |
D | rtc.h | 86 RTC_SW_CPU_RESET = 12, /**<12, Software reset CPU*/ enumerator 108 _Static_assert((soc_reset_reason_t)RTC_SW_CPU_RESET == RESET_REASON_CPU0_SW, "RTC_SW_CPU_RESET != R…
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32c3/rom/ |
D | rtc.h | 94 RTC_SW_CPU_RESET = 12, /**<12, Software reset CPU*/ enumerator 115 _Static_assert((soc_reset_reason_t)RTC_SW_CPU_RESET == RESET_REASON_CPU0_SW, "RTC_SW_CPU_RESET != R…
|
/hal_espressif-3.6.0/components/esp_rom/include/esp32s3/rom/ |
D | rtc.h | 81 RTC_SW_CPU_RESET = 12, /**<12, Software reset CPU*/ enumerator 102 _Static_assert((soc_reset_reason_t)RTC_SW_CPU_RESET == RESET_REASON_CPU0_SW, "RTC_SW_CPU_RESET != R…
|