Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/driver/test/
Dtest_pcnt.c515 pcnt_isr_handle_t pcnt_isr_service; variable
516 TEST_ESP_OK(pcnt_isr_register(pcnt_intr_handler, NULL, 0, &pcnt_isr_service));
567 TEST_ESP_OK(pcnt_isr_unregister(pcnt_isr_service));
615 pcnt_isr_handle_t pcnt_isr_service; variable
616 TEST_ESP_OK(pcnt_isr_register(pcnt_intr_handler, NULL, 0, &pcnt_isr_service));
669 TEST_ESP_OK(pcnt_isr_unregister(pcnt_isr_service));
/hal_espressif-3.4.0/components/driver/
Dpcnt.c55 static pcnt_isr_handle_t pcnt_isr_service = NULL; variable
324 …ret = pcnt_isr_register(pcnt_intr_service, (void *)pcnt_port, intr_alloc_flags, &pcnt_isr_service); in _pcnt_isr_service_install()
340 ret = pcnt_isr_unregister(pcnt_isr_service); in _pcnt_isr_service_uninstall()
343 pcnt_isr_service = NULL; in _pcnt_isr_service_uninstall()