Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_intr_alloc.h305 static inline int esp_intr_flags_to_level(int flags) in esp_intr_flags_to_level() function
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c627 int level = esp_intr_flags_to_level(flags); in esp_intr_alloc_intrstatus()