Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_intr_alloc.h65 #define ETS_INTERNAL_SW1_INTR_SOURCE -5 ///< Software int source 2 macro
/hal_espressif-latest/components/bt/controller/esp32/
Dhli_api.c204 …ESP_ERROR_CHECK(esp_intr_alloc(ETS_INTERNAL_SW1_INTR_SOURCE, ESP_INTR_FLAG_IRAM, queue_isr_handler… in hli_queue_setup()
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c523 if (source == ETS_INTERNAL_SW1_INTR_SOURCE) { in esp_intr_alloc_intrstatus()