/hal_espressif-3.6.0/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 …]
|
/hal_espressif-3.6.0/zephyr/esp_shared/src/boot/ |
D | bootloader_wdt.c | 13 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in bootloader_wdt_feed() 21 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in bootloader_config_wdt() 27 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in bootloader_config_wdt()
|
/hal_espressif-3.6.0/components/bootloader_support/src/ |
D | bootloader_init.c | 62 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in bootloader_config_wdt() 70 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in bootloader_config_wdt()
|
/hal_espressif-3.6.0/components/esp_system/ |
D | panic.c | 69 static wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; 295 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_panic_handler()
|
D | startup.c | 412 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in start_cpu0_default()
|
/hal_espressif-3.6.0/components/hal/include/hal/ |
D | wdt_types.h | 22 WDT_RWDT = 0, /*!< RTC Watchdog Timer (RWDT) */ enumerator
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s2/ |
D | system_internal.c | 49 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 95 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32h2/ |
D | system_internal.c | 49 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 86 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32/ |
D | system_internal.c | 51 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 149 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32c3/ |
D | system_internal.c | 50 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 92 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-3.6.0/components/esp_system/port/soc/esp32s3/ |
D | system_internal.c | 48 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_restart_noos()
|
D | clk.c | 95 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_clk_init()
|
/hal_espressif-3.6.0/components/esp_system/test/ |
D | test_reset_reason.c | 247 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in do_rtc_wdt()
|
/hal_espressif-3.6.0/components/bootloader_support/src/esp32h2/ |
D | flash_encrypt.c | 321 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_flash_encrypt_region()
|
/hal_espressif-3.6.0/components/bootloader_support/src/flash_encryption/ |
D | flash_encrypt.c | 354 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_flash_encrypt_region()
|
/hal_espressif-3.6.0/components/esp_system/port/ |
D | cpu_start.c | 308 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL};
|
/hal_espressif-3.6.0/components/esp_hw_support/ |
D | sleep_modes.c | 700 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_light_sleep_start() 703 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_light_sleep_start()
|
/hal_espressif-3.6.0/zephyr/esp_shared/components/esp_hw_support/ |
D | sleep_modes.c | 730 wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL}; in esp_light_sleep_start() 733 wdt_hal_init(&rtc_wdt_ctx, WDT_RWDT, 0, false); in esp_light_sleep_start()
|
/hal_espressif-3.6.0/components/esp_gdbstub/src/ |
D | gdbstub.c | 114 static wdt_hal_context_t rtc_wdt_ctx = {.inst = WDT_RWDT, .rwdt_dev = &RTCCNTL};
|