Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_qdec.c44 (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()
/external/platform/nrfx/hal/
A Dnrf_qdec.h66NRF_QDEC_EVENT_REPORTRDY = offsetof(NRF_QDEC_Type, EVENTS_REPORTRDY), /**< Event generated for eve… enumerator

Completed in 4 milliseconds