Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp32/test/
Dtest_dport.c347 …TEST_ESP_OK(esp_intr_alloc(ETS_INTERNAL_TIMER2_INTR_SOURCE, ESP_INTR_FLAG_LEVEL5 | ESP_INTR_FLAG_I… in init_hi_interrupt()
394 …TEST_ESP_OK(esp_intr_alloc(ETS_INTERNAL_TIMER2_INTR_SOURCE, ESP_INTR_FLAG_LEVEL5 | ESP_INTR_FLAG_I… in accessDPORT2()
470 …TEST_ESP_OK(esp_intr_alloc(ETS_INTERNAL_TIMER2_INTR_SOURCE, ESP_INTR_FLAG_LEVEL5 | ESP_INTR_FLAG_I… in accessDPORT3()
/hal_espressif-2.7.6/components/esp_system/include/
Desp_intr_alloc.h71 #define ETS_INTERNAL_TIMER2_INTR_SOURCE -3 ///< Platform timer 2 interrupt source macro
/hal_espressif-2.7.6/components/esp_system/
Dintr_alloc.c490 if (source==ETS_INTERNAL_TIMER2_INTR_SOURCE) force=ETS_INTERNAL_TIMER2_INTR_NO; in esp_intr_alloc_intrstatus()