Searched refs:sampleper (Results 1 – 4 of 4) sorted by relevance
75 nrf_qdec_sampleper_t sampleper; /**< Sampling period in microseconds. */ member100 nrf_qdec_sampleper_set(p_reg, p_config->sampleper); in nrfy_qdec_periph_configure()391 NRFY_STATIC_INLINE uint32_t nrfy_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper) in nrfy_qdec_sampleper_to_value() argument393 return nrf_qdec_sampleper_to_value(sampleper); in nrfy_qdec_sampleper_to_value()398 nrf_qdec_sampleper_t sampleper) in nrfy_qdec_sampleper_set() argument400 nrf_qdec_sampleper_set(p_reg, sampleper); in nrfy_qdec_sampleper_set()
396 NRF_STATIC_INLINE uint32_t nrf_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper);405 nrf_qdec_sampleper_t sampleper);687 NRF_STATIC_INLINE uint32_t nrf_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper) in nrf_qdec_sampleper_to_value() argument689 return (1 << (7 + sampleper)); in nrf_qdec_sampleper_to_value()693 nrf_qdec_sampleper_t sampleper) in nrf_qdec_sampleper_set() argument695 p_reg->SAMPLEPER = sampleper; in nrf_qdec_sampleper_set()
67 nrf_qdec_sampleper_t sampleper; ///< Sampling period in microseconds. member126 .sampleper = NRF_QDEC_SAMPLEPER_16384US, \
82 .sampleper = p_config->sampleper, in qdec_configure()