Searched refs:WDT_RWDT (Results 1 – 10 of 10) sorted by relevance
/device/soc/esp/esp32/components/hal/ |
D | wdt_hal_iram.c | 35 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/ |
D | bootloader_init.c | 70 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/ |
D | wdt_types.h | 22 WDT_RWDT = 0, /*!< RTC Watchdog Timer (RWDT) */ enumerator
|
/device/soc/esp/esp32/components/esp_system/ |
D | panic.c | 64 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()
|
D | startup.c | 409 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in start_cpu0_default()
|
D | sleep_modes.c | 770 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/ |
D | system_api_esp32.c | 49 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
/device/soc/esp/esp32/components/esp_system/port/soc/esp32/ |
D | clk.c | 152 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/ |
D | cpu_start.c | 286 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/ |
D | flash_encrypt.c | 360 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_flash_encrypt_region()
|