Home
last modified time | relevance | path

Searched refs:wdt_hal_handle_intr (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/include/hal/
Dwdt_hal.h144 void wdt_hal_handle_intr(wdt_hal_context_t *hal);
/device/soc/esp/esp32/components/esp_system/port/
Dpanic_handler.c196 wdt_hal_handle_intr(&wdt0_context);
/device/soc/esp/esp32/components/hal/
Dwdt_hal_iram.c165 void wdt_hal_handle_intr(wdt_hal_context_t *hal) in wdt_hal_handle_intr() function
/device/soc/esp/esp32/components/esp_common/src/
Dtask_wdt.c151 wdt_hal_handle_intr(&twdt_context); //Feeds WDT and clears acknowledges interrupt in task_wdt_isr()