Home
last modified time | relevance | path

Searched refs:RESET_REASON_CORE_RTC_WDT (Results 1 – 25 of 35) sorted by relevance

12

/hal_espressif-latest/components/soc/esp32c2/include/soc/
Dreset_reasons.h34 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/components/soc/esp32/include/soc/
Dreset_reasons.h44 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/components/soc/esp32s2/include/soc/
Dreset_reasons.h37 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/components/soc/esp32c6/include/soc/
Dreset_reasons.h38 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core (hp system) enumerator
/hal_espressif-latest/components/soc/esp32h2/include/soc/
Dreset_reasons.h37 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/components/soc/esp32c3/include/soc/
Dreset_reasons.h45 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/components/soc/esp32s3/include/soc/
Dreset_reasons.h45 RESET_REASON_CORE_RTC_WDT = 0x09, // RTC watch dog resets digital core enumerator
/hal_espressif-latest/zephyr/esp32s2/src/
Dsoc_init.c37 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/
Dbootloader_esp32s3.c106 …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/
Dbootloader_esp32.c145 …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/
Dsoc_init.c68 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
/hal_espressif-latest/zephyr/esp32c6/src/
Dsoc_init.c89 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()
/hal_espressif-latest/zephyr/esp32c3/src/
Dsoc_init.c113 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/
Dreset_reason.c42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/
Dreset_reason.c39 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/
Dreset_reason.c45 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/
Dreset_reason.c42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/
Dreset_reason.c42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/bootloader_support/src/esp32c2/
Dbootloader_esp32c2.c66 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/
Dreset_reason.c42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/
Dreset_reason.c42 case RESET_REASON_CORE_RTC_WDT: in get_reset_reason()
/hal_espressif-latest/components/bootloader_support/src/esp32h2/
Dbootloader_esp32h2.c68 …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/
Dbootloader_esp32c6.c72 …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/
Dbootloader_esp32c3.c71 …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/
Dsoc_init.c63 if (rst_reas == RESET_REASON_CORE_RTC_WDT || rst_reas == RESET_REASON_CORE_MWDT0 || in check_wdt_reset()

12