Searched refs:intr_handle_data_t (Results 1 – 3 of 3) sorted by relevance
85 typedef struct intr_handle_data_t intr_handle_data_t; typedef88 typedef intr_handle_data_t *intr_handle_t ;
116 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()
80 struct intr_handle_data_t { struct472 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()