Home
last modified time | relevance | path

Searched refs:ETS_TG0_WDT_LEVEL_INTR_SOURCE (Results 1 – 2 of 2) sorted by relevance

/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsoc.h304 #define ETS_TG0_WDT_LEVEL_INTR_SOURCE 16/**< interrupt of TIMER_GROUP0, WATCHDOG, level*/ macro
/device/soc/esp/esp32/components/esp_common/src/
Dtask_wdt.c220 …ESP_ERROR_CHECK(esp_intr_alloc(ETS_TG0_WDT_LEVEL_INTR_SOURCE, 0, task_wdt_isr, NULL, &twdt_config-… in esp_task_wdt_init()