Searched refs:TIMER_INTR_WDT (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.4.0/components/hal/include/hal/ |
D | timer_types.h | 74 TIMER_INTR_WDT = BIT(2), /*!< interrupt of watchdog */ enumerator 76 TIMER_INTR_WDT = BIT(1), /*!< interrupt of watchdog */
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | timer_ll.h | 33 _Static_assert(TIMER_INTR_WDT == TIMG_WDT_INT_CLR, "Add mapping to LL interrupt handling, since it'…
|
/hal_espressif-3.4.0/components/hal/esp32h2/include/hal/ |
D | timer_ll.h | 32 _Static_assert(TIMER_INTR_WDT == TIMG_WDT_INT_CLR, "Add mapping to LL interrupt handling, since it'…
|
/hal_espressif-3.4.0/components/hal/esp32s3/include/hal/ |
D | timer_ll.h | 33 _Static_assert(TIMER_INTR_WDT == TIMG_WDT_INT_CLR, "Add mapping to LL interrupt handling, since it'…
|
/hal_espressif-3.4.0/components/hal/esp32c3/include/hal/ |
D | timer_ll.h | 32 _Static_assert(TIMER_INTR_WDT == TIMG_WDT_INT_CLR, "Add mapping to LL interrupt handling, since it'…
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | timer_ll.h | 33 _Static_assert(TIMER_INTR_WDT == TIMG_WDT_INT_CLR, "Add mapping to LL interrupt handling, since it'…
|