Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/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-3.7.0/components/esp_hw_support/
Dintr_alloc.c80 struct intr_handle_data_t { struct
470 intr_handle_data_t *ret=NULL; in esp_intr_alloc_intrstatus()
529 ret = heap_caps_malloc(sizeof(intr_handle_data_t), MALLOC_CAP_INTERNAL | MALLOC_CAP_8BIT); in esp_intr_alloc_intrstatus()