/hal_espressif-latest/components/soc/esp32c2/include/soc/ |
D | reset_reasons.h | 34 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/components/soc/esp32/include/soc/ |
D | reset_reasons.h | 44 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | reset_reasons.h | 37 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/components/soc/esp32c6/include/soc/ |
D | reset_reasons.h | 38 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core (hp system) enumerator
|
/hal_espressif-latest/components/soc/esp32h2/include/soc/ |
D | reset_reasons.h | 37 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/components/soc/esp32c3/include/soc/ |
D | reset_reasons.h | 45 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | reset_reasons.h | 45 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
|
/hal_espressif-latest/zephyr/esp32s2/src/ |
D | soc_init.c | 37 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
|
/hal_espressif-latest/components/bootloader_support/src/esp32s3/ |
D | bootloader_esp32s3.c | 106 …if (rst_reas[0] == RESET_REASON_CORE_RTC_WDT || rst_reas[0] == RESET_REASON_CORE_MWDT0 || rst_reas… in bootloader_check_wdt_reset() 111 …if (rst_reas[1] == RESET_REASON_CORE_RTC_WDT || rst_reas[1] == RESET_REASON_CORE_MWDT0 || rst_reas… in bootloader_check_wdt_reset()
|
/hal_espressif-latest/components/bootloader_support/src/esp32/ |
D | bootloader_esp32.c | 145 …if (rst_reas[0] == RESET_REASON_CORE_RTC_WDT || rst_reas[0] == RESET_REASON_CORE_MWDT0 || rst_reas… in bootloader_check_wdt_reset() 150 …if (rst_reas[1] == RESET_REASON_CORE_RTC_WDT || rst_reas[1] == RESET_REASON_CORE_MWDT0 || rst_reas… in bootloader_check_wdt_reset()
|
/hal_espressif-latest/zephyr/esp32c2/src/ |
D | soc_init.c | 68 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
|
/hal_espressif-latest/zephyr/esp32c6/src/ |
D | soc_init.c | 89 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
|
/hal_espressif-latest/zephyr/esp32c3/src/ |
D | soc_init.c | 113 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | reset_reason.c | 42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | reset_reason.c | 39 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | reset_reason.c | 45 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | reset_reason.c | 42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | reset_reason.c | 42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c2/ |
D | bootloader_esp32c2.c | 66 if (rst_reason == RESET_REASON_CORE_RTC_WDT || rst_reason == RESET_REASON_CORE_MWDT0 || in bootloader_check_wdt_reset()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | reset_reason.c | 42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | reset_reason.c | 42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
|
/hal_espressif-latest/components/bootloader_support/src/esp32h2/ |
D | bootloader_esp32h2.c | 68 …if (rst_reason == RESET_REASON_CORE_RTC_WDT || rst_reason == RESET_REASON_CORE_MWDT0 || rst_reason… in bootloader_check_wdt_reset()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c6/ |
D | bootloader_esp32c6.c | 72 …if (rst_reason == RESET_REASON_CORE_RTC_WDT || rst_reason == RESET_REASON_CORE_MWDT0 || rst_reason… in bootloader_check_wdt_reset()
|
/hal_espressif-latest/components/bootloader_support/src/esp32c3/ |
D | bootloader_esp32c3.c | 71 …if (rst_reason == RESET_REASON_CORE_RTC_WDT || rst_reason == RESET_REASON_CORE_MWDT0 || rst_reason… in bootloader_check_wdt_reset()
|
/hal_espressif-latest/zephyr/esp32/src/ |
D | soc_init.c | 63 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
|