Searched refs:NRF_QDEC_EVENT_REPORTRDY (Results 1 – 3 of 3) sorted by relevance
51 (event == NRF_QDEC_EVENT_REPORTRDY ? "NRF_QDEC_EVENT_REPORTRDY" : \254 NRFY_EVENT_TO_INT_BITMASK(NRF_QDEC_EVENT_REPORTRDY) | in irq_handler()269 if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_QDEC_EVENT_REPORTRDY)) in irq_handler()271 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_REPORTRDY)); in irq_handler()273 event.type = NRF_QDEC_EVENT_REPORTRDY; in irq_handler()
147 __nrfy_internal_qdec_event_enabled_clear(p_reg, mask, NRF_QDEC_EVENT_REPORTRDY); in nrfy_qdec_int_init()555 NRF_QDEC_EVENT_REPORTRDY, in __nrfy_internal_qdec_events_process()
109 …NRF_QDEC_EVENT_REPORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for eve… enumerator