Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/soc/esp32c3/include/soc/
Dperiph_defs.h86 ETS_TG0_WDT_LEVEL_INTR_SOURCE, /**< interrupt of TIMER_GROUP0, WATCH DOG, level*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32h2/include/soc/
Dperiph_defs.h86 ETS_TG0_WDT_LEVEL_INTR_SOURCE, /**< interrupt of TIMER_GROUP0, WATCH DOG, level*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32s2/include/soc/
Dperiph_defs.h68 ETS_TG0_WDT_LEVEL_INTR_SOURCE, /**< interrupt of TIMER_GROUP0, WATCHDOG, level*/ enumerator
/hal_espressif-3.4.0/components/soc/esp32s3/include/soc/
Dperiph_defs.h108 ETS_TG0_WDT_LEVEL_INTR_SOURCE, /**< interrupt of TIMER_GROUP0, WATCH DOG, EDGE*/ enumerator
/hal_espressif-3.4.0/components/esp_system/
Dtask_wdt.c214 …ESP_ERROR_CHECK(esp_intr_alloc(ETS_TG0_WDT_LEVEL_INTR_SOURCE, 0, task_wdt_isr, NULL, &twdt_config-… in esp_task_wdt_init()
/hal_espressif-3.4.0/components/soc/esp32/include/soc/
Dsoc.h300 #define ETS_TG0_WDT_LEVEL_INTR_SOURCE 16/**< interrupt of TIMER_GROUP0, WATCHDOG, level*/ macro