Home
last modified time | relevance | path

Searched refs:ETS_INTERNAL_SW1_INTR_SOURCE (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-3.4.0/components/esp_system/test/
Dtest_backtrace.c69 … esp_intr_alloc(ETS_INTERNAL_SW1_INTR_SOURCE, 0, level_three_isr, NULL, NULL); //Level 3 SW intr
78 … esp_intr_alloc(ETS_INTERNAL_SW1_INTR_SOURCE, 0, level_three_isr, NULL, NULL); //Level 3 SW intr
/hal_espressif-3.4.0/components/esp_hw_support/include/
Desp_intr_alloc.h65 #define ETS_INTERNAL_SW1_INTR_SOURCE -5 ///< Software int source 2 macro
/hal_espressif-3.4.0/components/bt/controller/esp32/
Dhli_api.c213 …ESP_ERROR_CHECK(esp_intr_alloc(ETS_INTERNAL_SW1_INTR_SOURCE, ESP_INTR_FLAG_IRAM, queue_isr_handler… in hli_queue_setup()
/hal_espressif-3.4.0/components/esp_hw_support/
Dintr_alloc.c476 if (source==ETS_INTERNAL_SW1_INTR_SOURCE) force=ETS_INTERNAL_SW1_INTR_NO; in esp_intr_alloc_intrstatus()