Searched refs:SUPER_WDT_RESET (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/esp_rom/include/esp32s2/rom/ |
D | rtc.h | 98 SUPER_WDT_RESET = 18, /**<18, super watchdog reset digital core and rtc module*/ enumerator 114 _Static_assert((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RESET …
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32c3/rom/ |
D | rtc.h | 99 SUPER_WDT_RESET = 18, /**<18, super watchdog reset digital core and rtc module*/ enumerator 120 _Static_assert((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RESET …
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32s3/rom/ |
D | rtc.h | 86 SUPER_WDT_RESET = 18, /**<18, super watchdog reset digital core and rtc module*/ enumerator 107 _Static_assert((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RESET …
|
/hal_espressif-3.4.0/components/esp_rom/include/esp32h2/rom/ |
D | rtc.h | 91 SUPER_WDT_RESET = 18, /**<18, super watchdog reset digital core and rtc module*/ enumerator 113 _Static_assert((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RESET …
|