Home
last modified time | relevance | path

Searched refs:pselrxd (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h267 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() argument
472 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() argument
509 p_reg->PSEL.RXD = pselrxd; in nrf_uart_rx_pin_set()
511 p_reg->PSELRXD = pselrxd; in nrf_uart_rx_pin_set()
Dnrf_uarte.h521 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() argument
842 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() argument
862 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_rx_pin_set()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h85 uint32_t pselrxd; ///< RXD pin number. member
139 .pselrxd = _pin_rx, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c110 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()
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h478 uint32_t pselrxd) in nrfy_uarte_txrx_pins_set() argument
480 nrf_uarte_txrx_pins_set(p_reg, pseltxd, pselrxd); in nrfy_uarte_txrx_pins_set()