Home
last modified time | relevance | path

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

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