Searched refs:pselrxd (Results 1 – 5 of 5) sorted by relevance
267 uint32_t pselrxd);299 NRF_STATIC_INLINE void nrf_uart_rx_pin_set(NRF_UART_Type * p_reg, uint32_t pselrxd);469 uint32_t pselrxd) in nrf_uart_txrx_pins_set() argument472 p_reg->PSEL.RXD = pselrxd; in nrf_uart_txrx_pins_set()474 p_reg->PSELRXD = pselrxd; in nrf_uart_txrx_pins_set()506 NRF_STATIC_INLINE void nrf_uart_rx_pin_set(NRF_UART_Type * p_reg, uint32_t pselrxd) in nrf_uart_rx_pin_set() argument509 p_reg->PSEL.RXD = pselrxd; in nrf_uart_rx_pin_set()511 p_reg->PSELRXD = pselrxd; in nrf_uart_rx_pin_set()
521 uint32_t pselrxd);553 NRF_STATIC_INLINE void nrf_uarte_rx_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselrxd);839 uint32_t pselrxd) in nrf_uarte_txrx_pins_set() argument842 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_txrx_pins_set()860 NRF_STATIC_INLINE void nrf_uarte_rx_pin_set(NRF_UARTE_Type * p_reg, uint32_t pselrxd) in nrf_uarte_rx_pin_set() argument862 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_rx_pin_set()
85 uint32_t pselrxd; ///< RXD pin number. member139 .pselrxd = _pin_rx, \
110 if (p_config->pselrxd != NRF_UART_PSEL_DISCONNECTED) in uart_configure()112 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in uart_configure()118 p_config->pseltxd, p_config->pselrxd); in uart_configure()
478 uint32_t pselrxd) in nrfy_uarte_txrx_pins_set() argument480 nrf_uarte_txrx_pins_set(p_reg, pseltxd, pselrxd); in nrfy_uarte_txrx_pins_set()