Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_hw_support/include/
Desp_intr_alloc.h85 typedef struct intr_handle_data_t intr_handle_data_t; typedef
88 typedef intr_handle_data_t *intr_handle_t ;
/hal_espressif-latest/zephyr/esp32s3/src/bt/
Desp_bt_adapter.c116 struct intr_handle_data_t *handle; /*!< ISR handle */
448 p.handle = (struct intr_handle_data_t *)ret_handle; in interrupt_alloc_wrapper()
455 return esp_intr_free((struct intr_handle_data_t *)handle); in interrupt_free_wrapper()
460 return esp_intr_enable((struct intr_handle_data_t *)handle); in interrupt_enable_wrapper()
465 return esp_intr_disable((struct intr_handle_data_t *)handle); in interrupt_disable_wrapper()
/hal_espressif-latest/components/esp_hw_support/
Dintr_alloc.c80 struct intr_handle_data_t { struct
472 intr_handle_data_t *ret=NULL; in esp_intr_alloc_intrstatus()
531 ret = heap_caps_malloc(sizeof(intr_handle_data_t), MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT); in esp_intr_alloc_intrstatus()