Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/
Dgpio.c38 } gpio_isr_func_t; typedef
54 gpio_isr_func_t *gpio_isr_func;
452 gpio_context.gpio_isr_func = (gpio_isr_func_t *) calloc(GPIO_NUM_MAX, sizeof(gpio_isr_func_t)); in gpio_install_isr_service()
494 gpio_isr_func_t *gpio_isr_func_free = NULL; in gpio_uninstall_isr_service()
/hal_espressif-3.4.0/zephyr/esp_shared/components/driver/
Dgpio.c34 } gpio_isr_func_t; typedef
40 gpio_isr_func_t *gpio_isr_func;