Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/esp_hw_support/include/
Desp_intr_alloc.h32 #define ESP_INTR_FLAG_LEVEL2 (1<<2) ///< Accept a Level 2 interrupt vector macro
43 #define ESP_INTR_FLAG_LOWMED (ESP_INTR_FLAG_LEVEL1|ESP_INTR_FLAG_LEVEL2|ESP_INTR_FLAG_LEVEL3) //…
46 #define ESP_INTR_FLAG_LEVELMASK (ESP_INTR_FLAG_LEVEL1|ESP_INTR_FLAG_LEVEL2|ESP_INTR_FLAG_LEVEL3| \
/hal_espressif-3.4.0/examples/peripherals/i2s/i2s_audio_recorder_sdcard/main/
Di2s_recorder_main.c175 .intr_alloc_flags = ESP_INTR_FLAG_LEVEL2, in init_microphone()
/hal_espressif-3.4.0/docs/en/api-guides/performance/
Dspeed.rst229 …ore important interrupts a higher priority using a flag such as ``ESP_INTR_FLAG_LEVEL2`` or ``ESP_…