Home
last modified time | relevance | path

Searched refs:ETS_INTERNAL_SW0_INTR_SOURCE (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-2.7.6/components/esp32/test/
Dtest_backtrace.c60 … 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/
Dtest_isr_latency.c80 …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…
Dtest_float_in_isr.c46 …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/
Desp_intr_alloc.h72 #define ETS_INTERNAL_SW0_INTR_SOURCE -4 ///< Software int source 1 macro
/hal_espressif-2.7.6/components/esp_system/
Dintr_alloc.c491 if (source==ETS_INTERNAL_SW0_INTR_SOURCE) force=ETS_INTERNAL_SW0_INTR_NO; in esp_intr_alloc_intrstatus()