Searched refs:WDT_RWDT (Results 1 – 20 of 20) sorted by relevance
/hal_espressif-latest/components/hal/ |
D | wdt_hal_iram.c | 31 if (hal->inst == WDT_RWDT) { in wdt_hal_init() 91 if (hal->inst == WDT_RWDT) { in wdt_hal_deinit() 119 if (hal->inst == WDT_RWDT) { in wdt_hal_config_stage() 130 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_disable() 139 if (hal->inst == WDT_RWDT) { in wdt_hal_write_protect_enable() 148 if (hal->inst == WDT_RWDT) { in wdt_hal_enable() 159 if (hal->inst == WDT_RWDT) { in wdt_hal_disable() 168 if (hal->inst == WDT_RWDT) { in wdt_hal_handle_intr() 179 if (hal->inst == WDT_RWDT) { in wdt_hal_feed() 188 if (hal->inst == WDT_RWDT) { in wdt_hal_set_flashboot_en() [all …]
|
/hal_espressif-latest/components/esp_rom/patches/ |
D | esp_rom_wdt.c | 36 if (hal->inst == WDT_RWDT) { in wdt_hal_init() 96 if (hal->inst == WDT_RWDT) { in wdt_hal_deinit()
|
/hal_espressif-latest/components/hal/include/hal/ |
D | wdt_types.h | 16 WDT_RWDT = 0, /*!< RTC Watchdog Timer (RWDT) */ enumerator
|
D | wdt_hal.h | 37 .inst = WDT_RWDT, \
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | system_internal.c | 59 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 94 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | system_internal.c | 67 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 88 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | system_internal.c | 67 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 75 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &LP_WDT}; in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | system_internal.c | 71 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | system_internal.c | 65 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 91 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-latest/components/bootloader_support/src/ |
D | bootloader_init.c | 83 wdt_hal_init(&rwdt_ctx, WDT_RWDT, 0, false); in bootloader_config_wdt()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | system_internal.c | 65 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 142 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/ |
D | panic.c | 329 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_panic_handler() 397 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_panic_handler()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | system_internal.c | 73 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 89 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-latest/components/esp_hw_support/ |
D | sleep_modes.c | 1299 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false);
|