Lines Matching refs:PSEL
472 p_reg->PSEL.RXD = pselrxd; in nrf_uart_txrx_pins_set()
477 p_reg->PSEL.TXD = pseltxd; in nrf_uart_txrx_pins_set()
491 p_reg->PSEL.TXD = pseltxd; in nrf_uart_tx_pin_set()
500 return p_reg->PSEL.TXD; in nrf_uart_tx_pin_get()
509 p_reg->PSEL.RXD = pselrxd; in nrf_uart_rx_pin_set()
518 return p_reg->PSEL.RXD; in nrf_uart_rx_pin_get()
527 p_reg->PSEL.RTS = pselrts; in nrf_uart_rts_pin_set()
536 return p_reg->PSEL.RTS; in nrf_uart_rts_pin_get()
545 p_reg->PSEL.CTS = pselcts; in nrf_uart_cts_pin_set()
554 return p_reg->PSEL.CTS; in nrf_uart_cts_pin_get()
565 p_reg->PSEL.RTS = pselrts; in nrf_uart_hwfc_pins_set()
571 p_reg->PSEL.CTS = pselcts; in nrf_uart_hwfc_pins_set()