Lines Matching refs:PSEL
841 p_reg->PSEL.TXD = pseltxd; in nrf_uarte_txrx_pins_set()
842 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_txrx_pins_set()
852 p_reg->PSEL.TXD = pseltxd; in nrf_uarte_tx_pin_set()
857 return p_reg->PSEL.TXD; in nrf_uarte_tx_pin_get()
862 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_rx_pin_set()
867 return p_reg->PSEL.RXD; in nrf_uarte_rx_pin_get()
872 p_reg->PSEL.RTS = pselrts; in nrf_uarte_rts_pin_set()
877 return p_reg->PSEL.RTS; in nrf_uarte_rts_pin_get()
882 p_reg->PSEL.CTS = pselcts; in nrf_uarte_cts_pin_set()
887 return p_reg->PSEL.CTS; in nrf_uarte_cts_pin_get()
894 p_reg->PSEL.RTS = pselrts; in nrf_uarte_hwfc_pins_set()
895 p_reg->PSEL.CTS = pselcts; in nrf_uarte_hwfc_pins_set()