/hal_espressif-latest/components/esp_system/ |
D | int_wdt.c | 80 wdt_hal_feed(&iwdt_context); in tick_hook() 94 wdt_hal_feed(&iwdt_context); in tick_hook()
|
/hal_espressif-latest/components/esp_rom/esp32c6/ld/ |
D | esp32c6.rom.wdt.ld | 23 wdt_hal_feed = 0x400003b4; symbol
|
/hal_espressif-latest/components/esp_system/task_wdt/ |
D | task_wdt_impl_timergroup.c | 128 wdt_hal_feed(&ctx->hal); in esp_task_wdt_impl_timer_feed() 180 wdt_hal_feed(&ctx->hal); in esp_task_wdt_impl_timer_restart()
|
/hal_espressif-latest/components/esp_rom/esp32h2/ld/ |
D | esp32h2.rom.wdt.ld | 24 wdt_hal_feed = 0x400003ac; symbol
|
/hal_espressif-latest/components/hal/include/hal/ |
D | wdt_hal.h | 153 void wdt_hal_feed(wdt_hal_context_t *hal);
|
/hal_espressif-latest/components/esp_system/port/soc/esp32/ |
D | clk.c | 145 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 165 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c2/ |
D | clk.c | 101 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 119 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c3/ |
D | clk.c | 91 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 111 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32c6/ |
D | clk.c | 76 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 97 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32h2/ |
D | clk.c | 79 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 98 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s2/ |
D | clk.c | 94 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 114 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/esp_system/port/soc/esp32s3/ |
D | clk.c | 92 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init() 112 wdt_hal_feed(&rtc_wdt_ctx); in esp_clk_init()
|
/hal_espressif-latest/components/hal/ |
D | wdt_hal_iram.c | 177 void wdt_hal_feed(wdt_hal_context_t *hal) in wdt_hal_feed() function
|
/hal_espressif-latest/components/bootloader_support/src/flash_encryption/ |
D | flash_encrypt.c | 447 wdt_hal_feed(&rtc_wdt_ctx); in esp_flash_encrypt_region()
|
/hal_espressif-latest/tools/esptool_py/flasher_stub/ld/ |
D | rom_32c5_beta_3.ld | 187 wdt_hal_feed = 0x400003b0; symbol
|
D | rom_32h2.ld | 185 wdt_hal_feed = 0x400003ac; symbol
|
D | rom_32c6.ld | 194 wdt_hal_feed = 0x400003b4; symbol
|
D | rom_32h2_beta_2.ld | 233 PROVIDE( wdt_hal_feed = 0x400002ac ); symbol
|
D | rom_32s3.ld | 268 PROVIDE( wdt_hal_feed = 0x40000e1c ); symbol
|
D | rom_32c2.ld | 225 PROVIDE( wdt_hal_feed = 0x4000029c ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32c2/ld/ |
D | esp32c2.rom.ld | 211 PROVIDE( wdt_hal_feed = 0x4000029c ); symbol
|
/hal_espressif-latest/components/esp_rom/esp32s3/ld/ |
D | esp32s3.rom.ld | 254 PROVIDE( wdt_hal_feed = 0x40000e1c ); symbol
|