Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/include/zephyr/drivers/interrupt_controller/
Dintc_esp32.h162 struct intr_handle_data_t **ret_handle);
206 struct intr_handle_data_t **ret_handle);
Dintc_esp32c3.h80 void **ret_handle);
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_esp32c3.c86 void **ret_handle) in esp_intr_alloc() argument
89 ARG_UNUSED(ret_handle); in esp_intr_alloc()
Dintc_esp32.c511 struct intr_handle_data_t **ret_handle) in esp_intr_alloc_intrstatus() argument
674 if (ret_handle != NULL) { in esp_intr_alloc_intrstatus()
675 *ret_handle = ret; in esp_intr_alloc_intrstatus()
688 struct intr_handle_data_t **ret_handle) in esp_intr_alloc() argument
695 return esp_intr_alloc_intrstatus(source, flags, 0, 0, handler, arg, ret_handle); in esp_intr_alloc()