Home
last modified time | relevance | path

Searched refs:sampleper (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_qdec.h75 nrf_qdec_sampleper_t sampleper; /**< Sampling period in microseconds. */ member
100 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() argument
393 return nrf_qdec_sampleper_to_value(sampleper); in nrfy_qdec_sampleper_to_value()
398 nrf_qdec_sampleper_t sampleper) in nrfy_qdec_sampleper_set() argument
400 nrf_qdec_sampleper_set(p_reg, sampleper); in nrfy_qdec_sampleper_set()
/hal_nordic-latest/nrfx/hal/
Dnrf_qdec.h396 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() argument
689 return (1 << (7 + sampleper)); in nrf_qdec_sampleper_to_value()
693 nrf_qdec_sampleper_t sampleper) in nrf_qdec_sampleper_set() argument
695 p_reg->SAMPLEPER = sampleper; in nrf_qdec_sampleper_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qdec.h67 nrf_qdec_sampleper_t sampleper; ///< Sampling period in microseconds. member
126 .sampleper = NRF_QDEC_SAMPLEPER_16384US, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_qdec.c82 .sampleper = p_config->sampleper, in qdec_configure()