Searched refs:pcnt_isr_handle_t (Results 1 – 3 of 3) sorted by relevance
193 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle);213 esp_err_t pcnt_isr_register(void (*fn)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t …
22 typedef intr_handle_t pcnt_isr_handle_t; typedef
55 static pcnt_isr_handle_t pcnt_isr_service = NULL;58 esp_err_t pcnt_isr_register(void (*fun)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t…59 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle);510 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle) in pcnt_isr_unregister()519 esp_err_t pcnt_isr_register(void (*fun)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t… in pcnt_isr_register()