Searched refs:RESET_REASON_SYS_SUPER_WDT (Results 1 – 18 of 18) sorted by relevance
/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | reset_reasons.h | 40 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | reset_reasons.h | 44 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | reset_reasons.h | 45 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | reset_reasons.h | 44 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | reset_reasons.h | 52 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | reset_reasons.h | 56 RESET_REASON_SYS_SUPER_WDT = 0x12, // Super watch dog resets the digital core and rtc module enumerator
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 41 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 47 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 44 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 44 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 44 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 44 case RESET_REASON_SYS_SUPER_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | rtc.h | 113 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | rtc.h | 109 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | rtc.h | 114 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | rtc.h | 112 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|
/hal_espressif-latest/components/esp_rom/include/esp32s3/rom/ |
D | rtc.h | 108 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | rtc.h | 113 ESP_STATIC_ASSERT((soc_reset_reason_t)SUPER_WDT_RESET == RESET_REASON_SYS_SUPER_WDT, "SUPER_WDT_RES…
|