Searched refs:pcnt_isr_handle_t (Results 1 – 2 of 2) sorted by relevance
29 typedef intr_handle_t pcnt_isr_handle_t; typedef203 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle);223 esp_err_t pcnt_isr_register(void (*fn)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t …
65 static pcnt_isr_handle_t pcnt_isr_service = NULL;497 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle) in pcnt_isr_unregister()506 esp_err_t pcnt_isr_register(void (*fun)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t… in pcnt_isr_register()