Home
last modified time | relevance | path

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

/hal_espressif-latest/components/driver/deprecated/driver/
Dpcnt.h193 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
Dpcnt_types_legacy.h22 typedef intr_handle_t pcnt_isr_handle_t; typedef
/hal_espressif-latest/components/driver/deprecated/
Dpcnt_legacy.c55 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()