Home
last modified time | relevance | path

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

/device/soc/esp/esp32/components/driver/include/driver/
Dpcnt.h29 typedef intr_handle_t pcnt_isr_handle_t; typedef
203 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
/device/soc/esp/esp32/components/driver/
Dpcnt.c65 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()