Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qdec.h182 } nrf_qdec_reportper_t; typedef
486 nrf_qdec_reportper_t reportper);
495 NRF_STATIC_INLINE nrf_qdec_reportper_t nrf_qdec_reportper_get(NRF_QDEC_Type const * p_reg);
504 NRF_STATIC_INLINE uint32_t nrf_qdec_reportper_to_value(nrf_qdec_reportper_t reportper);
739 nrf_qdec_reportper_t reportper) in nrf_qdec_reportper_set()
744 NRF_STATIC_INLINE nrf_qdec_reportper_t nrf_qdec_reportper_get(NRF_QDEC_Type const * p_reg) in nrf_qdec_reportper_get()
746 return (nrf_qdec_reportper_t)(p_reg->REPORTPER); in nrf_qdec_reportper_get()
749 NRF_STATIC_INLINE uint32_t nrf_qdec_reportper_to_value(nrf_qdec_reportper_t reportper) in nrf_qdec_reportper_to_value()
/hal_nordic-latest/nrfx/haly/
Dnrfy_qdec.h74 nrf_qdec_reportper_t reportper; /**< Report period in samples. */
493 nrf_qdec_reportper_t reportper) in nrfy_qdec_reportper_set()
500 NRFY_STATIC_INLINE nrf_qdec_reportper_t nrfy_qdec_reportper_get(NRF_QDEC_Type const * p_reg) in nrfy_qdec_reportper_get()
503 nrf_qdec_reportper_t ret = nrf_qdec_reportper_get(p_reg); in nrfy_qdec_reportper_get()
509 NRFY_STATIC_INLINE uint32_t nrfy_qdec_reportper_to_value(nrf_qdec_reportper_t reportper) in nrfy_qdec_reportper_to_value()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qdec.h66 nrf_qdec_reportper_t reportper; ///< Report period in samples.