Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_qdec.c56 nrf_qdec_int_enable_check(NRF_QDEC_INT_SAMPLERDY_MASK) ) in nrfx_qdec_irq_handler()
67 nrf_qdec_int_enable_check(NRF_QDEC_INT_REPORTRDY_MASK) ) in nrfx_qdec_irq_handler()
80 nrf_qdec_int_enable_check(NRF_QDEC_INT_ACCOF_MASK) ) in nrfx_qdec_irq_handler()
/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_qdec.h194 __STATIC_INLINE uint32_t nrf_qdec_int_enable_check(nrf_qdec_int_mask_t qdec_int_mask);
380 __STATIC_INLINE uint32_t nrf_qdec_int_enable_check(nrf_qdec_int_mask_t qdec_int_mask) in nrf_qdec_int_enable_check() function