Searched refs:isr_func (Results 1 – 1 of 1) sorted by relevance
506 gpio_isr_func_t *isr_func = (gpio_isr_func_t *) calloc(GPIO_NUM_MAX, sizeof(gpio_isr_func_t)); in gpio_install_isr_service() local507 if (isr_func) { in gpio_install_isr_service()510 gpio_context.gpio_isr_func = isr_func; in gpio_install_isr_service()521 free(isr_func); in gpio_install_isr_service()