Home
last modified time | relevance | path

Searched refs:ETS_INTERNAL_TIMER1_INTR_SOURCE (Results 1 – 3 of 3) sorted by relevance

/device/soc/esp/esp32/components/esp_system/include/
Desp_intr_alloc.h70 #define ETS_INTERNAL_TIMER1_INTR_SOURCE -2 ///< Platform timer 1 interrupt source macro
/device/soc/esp/esp32/components/osal/port/xtensa/
Dport.c79 #define SYSTICK_INTR_ID (ETS_INTERNAL_TIMER1_INTR_SOURCE+ETS_INTERNAL_INTR_SOURCE_OFF)
/device/soc/esp/esp32/components/esp_system/
Dintr_alloc.c489 if (source==ETS_INTERNAL_TIMER1_INTR_SOURCE) force=ETS_INTERNAL_TIMER1_INTR_NO; in esp_intr_alloc_intrstatus()