Searched refs:nrf_qdec_reportper_t (Results 1 – 3 of 3) sorted by relevance
182 } nrf_qdec_reportper_t; typedef486 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()
74 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()
66 nrf_qdec_reportper_t reportper; ///< Report period in samples.