Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_intr_alloc.h66 #define ETS_INTERNAL_PROFILING_INTR_SOURCE -6 ///< Int source for profiling macro
73 #define ETS_INTERNAL_INTR_SOURCE_OFF (-ETS_INTERNAL_PROFILING_INTR_SOURCE)
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c526 if (source == ETS_INTERNAL_PROFILING_INTR_SOURCE) { in esp_intr_alloc_intrstatus()