Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_qdec.h166 } nrf_qdec_sampleper_t; typedef
396 NRF_STATIC_INLINE uint32_t nrf_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper);
405 nrf_qdec_sampleper_t sampleper);
414 NRF_STATIC_INLINE nrf_qdec_sampleper_t nrf_qdec_sampleper_get(NRF_QDEC_Type const * p_reg);
687 NRF_STATIC_INLINE uint32_t nrf_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper) in nrf_qdec_sampleper_to_value()
693 nrf_qdec_sampleper_t sampleper) in nrf_qdec_sampleper_set()
698 NRF_STATIC_INLINE nrf_qdec_sampleper_t nrf_qdec_sampleper_get(NRF_QDEC_Type const * p_reg) in nrf_qdec_sampleper_get()
700 return (nrf_qdec_sampleper_t)(p_reg->SAMPLEPER); in nrf_qdec_sampleper_get()
/hal_nordic-latest/nrfx/haly/
Dnrfy_qdec.h75 nrf_qdec_sampleper_t sampleper; /**< Sampling period in microseconds. */
391 NRFY_STATIC_INLINE uint32_t nrfy_qdec_sampleper_to_value(nrf_qdec_sampleper_t sampleper) in nrfy_qdec_sampleper_to_value()
398 nrf_qdec_sampleper_t sampleper) in nrfy_qdec_sampleper_set()
405 NRFY_STATIC_INLINE nrf_qdec_sampleper_t nrfy_qdec_sampleper_get(NRF_QDEC_Type const * p_reg) in nrfy_qdec_sampleper_get()
408 nrf_qdec_sampleper_t ret = nrf_qdec_sampleper_get(p_reg); in nrfy_qdec_sampleper_get()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_qdec.h67 nrf_qdec_sampleper_t sampleper; ///< Sampling period in microseconds.