Searched refs:pcnt_isr_service (Results 1 – 2 of 2) sorted by relevance
515 pcnt_isr_handle_t pcnt_isr_service; variable516 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; variable616 TEST_ESP_OK(pcnt_isr_register(pcnt_intr_handler, NULL, 0, &pcnt_isr_service));669 TEST_ESP_OK(pcnt_isr_unregister(pcnt_isr_service));
55 static pcnt_isr_handle_t pcnt_isr_service = NULL; variable324 …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()