Home
last modified time | relevance | path

Searched refs:RTC_WDT_STG_SEL_RESET_CPU (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_hw_support/include/soc/
Drtc_wdt.h73 RTC_WDT_STAGE_ACTION_RESET_CPU = RTC_WDT_STG_SEL_RESET_CPU, /*!< Reset a CPU core. */
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Drwdt_ll.h33 _Static_assert(WDT_STAGE_ACTION_RESET_CPU == RTC_WDT_STG_SEL_RESET_CPU, "Add mapping to LL watchdog…
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Drtc_cntl_reg.h1728 #define RTC_WDT_STG_SEL_RESET_CPU 2 macro