Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/interrupt_controller/
Dintc_esp32.h95 struct intr_handle_data_t { struct
173 struct intr_handle_data_t **ret_handle);
217 struct intr_handle_data_t **ret_handle);
238 int esp_intr_free(struct intr_handle_data_t *handle);
248 int esp_intr_get_cpu(struct intr_handle_data_t *handle);
257 int esp_intr_get_intno(struct intr_handle_data_t *handle);
275 int esp_intr_disable(struct intr_handle_data_t *handle);
288 int esp_intr_enable(struct intr_handle_data_t *handle);
302 int esp_intr_set_in_iram(struct intr_handle_data_t *handle, bool is_in_iram);
/Zephyr-latest/drivers/interrupt_controller/
Dintc_esp32.c519 struct intr_handle_data_t **ret_handle) in esp_intr_alloc_intrstatus()
521 struct intr_handle_data_t *ret = NULL; in esp_intr_alloc_intrstatus()
594 ret = k_malloc(sizeof(struct intr_handle_data_t)); in esp_intr_alloc_intrstatus()
708 struct intr_handle_data_t **ret_handle) in esp_intr_alloc()
718 int IRAM_ATTR esp_intr_set_in_iram(struct intr_handle_data_t *handle, bool is_in_iram) in esp_intr_set_in_iram()
742 int esp_intr_free(struct intr_handle_data_t *handle) in esp_intr_free()
803 int esp_intr_get_intno(struct intr_handle_data_t *handle) in esp_intr_get_intno()
808 int esp_intr_get_cpu(struct intr_handle_data_t *handle) in esp_intr_get_cpu()
827 int IRAM_ATTR esp_intr_enable(struct intr_handle_data_t *handle) in esp_intr_enable()
857 int IRAM_ATTR esp_intr_disable(struct intr_handle_data_t *handle) in esp_intr_disable()
/Zephyr-latest/drivers/counter/
Dcounter_esp32_tmr.c40 struct intr_handle_data_t *timer_isr_handle;