Searched refs:GLITCH_RTC_RESET (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | rtc.h | 97 GLITCH_RTC_RESET = 19, /**<19, glitch reset digital core and rtc module*/ enumerator 114 ESP_STATIC_ASSERT((soc_reset_reason_t)GLITCH_RTC_RESET == RESET_REASON_SYS_CLK_GLITCH, "GLITCH_RTC_…
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | rtc.h | 92 GLITCH_RTC_RESET = 19, /**<19, glitch reset digital core and rtc module*/ enumerator 110 ESP_STATIC_ASSERT((soc_reset_reason_t)GLITCH_RTC_RESET == RESET_REASON_SYS_CLK_GLITCH, "GLITCH_RTC_…
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | rtc.h | 88 GLITCH_RTC_RESET = 19, /**<19, glitch reset digital core and rtc module*/ enumerator 109 ESP_STATIC_ASSERT((soc_reset_reason_t)GLITCH_RTC_RESET == RESET_REASON_SYS_CLK_GLITCH, "GLITCH_RTC_…
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | rtc.h | 93 GLITCH_RTC_RESET = 19, /**<19, glitch reset digital core and rtc module*/ enumerator 114 ESP_STATIC_ASSERT((soc_reset_reason_t)GLITCH_RTC_RESET == RESET_REASON_SYS_CLK_GLITCH, "GLITCH_RTC_…
|