Searched refs:NRF_QDEC_EVENT_SAMPLERDY (Results 1 – 3 of 3) sorted by relevance
50 (event == NRF_QDEC_EVENT_SAMPLERDY ? "NRF_QDEC_EVENT_SAMPLERDY" : \253 all_evt_mask = NRFY_EVENT_TO_INT_BITMASK(NRF_QDEC_EVENT_SAMPLERDY) | in irq_handler()260 if (evt_mask & NRFY_EVENT_TO_INT_BITMASK(NRF_QDEC_EVENT_SAMPLERDY)) in irq_handler()262 NRFX_LOG_DEBUG("Event: %s.", EVT_TO_STR(NRF_QDEC_EVENT_SAMPLERDY)); in irq_handler()264 event.type = NRF_QDEC_EVENT_SAMPLERDY; in irq_handler()
146 __nrfy_internal_qdec_event_enabled_clear(p_reg, mask, NRF_QDEC_EVENT_SAMPLERDY); in nrfy_qdec_int_init()551 NRF_QDEC_EVENT_SAMPLERDY, in __nrfy_internal_qdec_events_process()
108 …NRF_QDEC_EVENT_SAMPLERDY = offsetof(NRF_QDEC_Type, EVENTS_SAMPLERDY), /**< Event generated for eve… enumerator