Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/freertos/test/
Dtest_float_in_isr.c22 static void software_isr(void *arg) { in software_isr() function
46 …= esp_intr_alloc(ETS_INTERNAL_SW0_INTR_SOURCE, ESP_INTR_FLAG_LEVEL1, &software_isr, &ctx, &handle);