Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c93 static esp_err_t intr_free_for_current_cpu(intr_handle_t handle);
690 (void)intr_free_for_current_cpu((intr_handle_t)arg); in intr_free_for_other_cpu()
720 return intr_free_for_current_cpu(handle); in esp_intr_free()
723 static esp_err_t intr_free_for_current_cpu(intr_handle_t handle) in intr_free_for_current_cpu() function