Searched refs:NRF_QDEC_EVENT_REPORTRDY (Results 1 – 2 of 2) sorted by relevance
44 (event == NRF_QDEC_EVENT_REPORTRDY ? "NRF_QDEC_EVENT_REPORTRDY" : \66 if ( nrf_qdec_event_check(NRF_QDEC, NRF_QDEC_EVENT_REPORTRDY) && in nrfx_qdec_irq_handler()69 nrf_qdec_event_clear(NRF_QDEC, NRF_QDEC_EVENT_REPORTRDY); in nrfx_qdec_irq_handler()70 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_REPORTRDY)); in nrfx_qdec_irq_handler()72 event.type = NRF_QDEC_EVENT_REPORTRDY; in nrfx_qdec_irq_handler()
66 …NRF_QDEC_EVENT_REPORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for eve… enumerator
Completed in 4 milliseconds