Searched refs:ETS_INTERNAL_SW1_INTR_SOURCE (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-3.4.0/components/esp_system/test/ |
D | test_backtrace.c | 69 … 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/ |
D | esp_intr_alloc.h | 65 #define ETS_INTERNAL_SW1_INTR_SOURCE -5 ///< Software int source 2 macro
|
/hal_espressif-3.4.0/components/bt/controller/esp32/ |
D | hli_api.c | 213 …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/ |
D | intr_alloc.c | 476 if (source==ETS_INTERNAL_SW1_INTR_SOURCE) force=ETS_INTERNAL_SW1_INTR_NO; in esp_intr_alloc_intrstatus()
|