Lines Matching refs:pin
279 NRF_STATIC_INLINE void nrf_qdec_phase_a_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin);
287 NRF_STATIC_INLINE void nrf_qdec_phase_b_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin);
295 NRF_STATIC_INLINE void nrf_qdec_led_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin);
595 NRF_STATIC_INLINE void nrf_qdec_phase_a_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_phase_a_pin_set() argument
598 p_reg->PSEL.A = pin; in nrf_qdec_phase_a_pin_set()
600 p_reg->PSELA = pin; in nrf_qdec_phase_a_pin_set()
604 NRF_STATIC_INLINE void nrf_qdec_phase_b_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_phase_b_pin_set() argument
607 p_reg->PSEL.B = pin; in nrf_qdec_phase_b_pin_set()
609 p_reg->PSELB = pin; in nrf_qdec_phase_b_pin_set()
613 NRF_STATIC_INLINE void nrf_qdec_led_pin_set(NRF_QDEC_Type * p_reg, uint32_t pin) in nrf_qdec_led_pin_set() argument
616 p_reg->PSEL.LED = pin; in nrf_qdec_led_pin_set()
618 p_reg->PSELLED = pin; in nrf_qdec_led_pin_set()