Home
last modified time | relevance | path

Searched refs:WDT_RWDT (Results 1 – 10 of 10) sorted by relevance

/device/soc/esp/esp32/components/hal/
Dwdt_hal_iram.c35 if (hal->inst == WDT_RWDT) { in wdt_hal_init()
91 if (hal->inst == WDT_RWDT) { in wdt_hal_deinit()
118 if (hal->inst == WDT_RWDT) { in wdt_hal_config_stage()
129 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_disable()
138 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_enable()
147 if (hal->inst == WDT_RWDT) { in wdt_hal_enable()
158 if (hal->inst == WDT_RWDT) { in wdt_hal_disable()
167 if (hal->inst == WDT_RWDT) { in wdt_hal_handle_intr()
178 if (hal->inst == WDT_RWDT) { in wdt_hal_feed()
187 if (hal->inst == WDT_RWDT) { in wdt_hal_set_flashboot_en()
[all …]
/device/soc/esp/esp32/components/bootloader_support/src/
Dbootloader_init.c70 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in bootloader_config_wdt()
78 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in bootloader_config_wdt()
/device/soc/esp/esp32/components/hal/include/hal/
Dwdt_types.h22 WDT_RWDT = 0, /*!< RTC Watchdog Timer (RWDT) */ enumerator
/device/soc/esp/esp32/components/esp_system/
Dpanic.c64 static wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL};
269 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_panic_handler()
Dstartup.c409 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in start_cpu0_default()
Dsleep_modes.c770 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_light_sleep_start()
773 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_light_sleep_start()
/device/soc/esp/esp32/components/esp32/
Dsystem_api_esp32.c49 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/
Dclk.c152 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
/device/soc/esp/esp32/components/esp_system/port/
Dcpu_start.c286 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in call_start_cpu0()
/device/soc/esp/esp32/components/bootloader_support/src/esp32/
Dflash_encrypt.c360 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_flash_encrypt_region()