Home
last modified time | relevance | path

Searched refs:NRF_QDEC_EVENT_SAMPLERDY (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qdec.c50 (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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_qdec.h146 __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()
/hal_nordic-latest/nrfx/hal/
Dnrf_qdec.h108NRF_QDEC_EVENT_SAMPLERDY = offsetof(NRF_QDEC_Type, EVENTS_SAMPLERDY), /**< Event generated for eve… enumerator