Searched refs:ETS_INTERNAL_SW0_INTR_SOURCE (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/components/esp32/test/ |
D | test_backtrace.c | 60 … esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, 0, level_one_isr, NULL, NULL); //Level 1 SW intr 69 … esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, 0, level_one_isr, NULL, NULL); //Level 1 SW intr
|
/hal_espressif-2.7.6/components/freertos/test/ |
D | test_isr_latency.c | 80 …esp_err_t err = esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, ESP_INTR_FLAG_LEVEL1, &software_isr_u… 100 …esp_err_t err = esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, ESP_INTR_FLAG_LEVEL1, &software_isr_u…
|
D | test_float_in_isr.c | 46 …esp_err_t err = esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, ESP_INTR_FLAG_LEVEL1, &software_isr, …
|
/hal_espressif-2.7.6/components/esp_system/include/ |
D | esp_intr_alloc.h | 72 #define ETS_INTERNAL_SW0_INTR_SOURCE -4 ///< Software int source 1 macro
|
/hal_espressif-2.7.6/components/esp_system/ |
D | intr_alloc.c | 491 if (source==ETS_INTERNAL_SW0_INTR_SOURCE) force=ETS_INTERNAL_SW0_INTR_NO; in esp_intr_alloc_intrstatus()
|