Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/driver/include/driver/
Dpcnt.h23 typedef intr_handle_t pcnt_isr_handle_t; typedef
278 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle);
298 esp_err_t pcnt_isr_register(void (*fn)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t
/hal_espressif-3.6.0/components/driver/
Dpcnt.c55 static pcnt_isr_handle_t pcnt_isr_service = NULL;
507 esp_err_t pcnt_isr_unregister(pcnt_isr_handle_t handle) in pcnt_isr_unregister()
516 esp_err_t pcnt_isr_register(void (*fun)(void *), void *arg, int intr_alloc_flags, pcnt_isr_handle_t in pcnt_isr_register()
/hal_espressif-3.6.0/components/driver/test/
Dtest_pcnt.c515 pcnt_isr_handle_t pcnt_isr_service;
615 pcnt_isr_handle_t pcnt_isr_service;