Searched refs:pselrxd (Results 1 – 6 of 6) sorted by relevance
248 uint32_t pselrxd);418 uint32_t pselrxd) in nrf_uart_txrx_pins_set() argument421 p_reg->PSEL.RXD = pselrxd; in nrf_uart_txrx_pins_set()423 p_reg->PSELRXD = pselrxd; in nrf_uart_txrx_pins_set()
328 uint32_t pselrxd);561 uint32_t pselrxd) in nrf_uarte_txrx_pins_set() argument564 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_txrx_pins_set()
84 uint32_t pselrxd; ///< RXD pin number. member124 .pselrxd = _pin_rx, \
93 uint32_t pselrxd; ///< RXD pin number. member133 .pselrxd = _pin_rx, \
80 if (p_config->pselrxd != NRF_UART_PSEL_DISCONNECTED) in apply_config()82 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in apply_config()87 nrf_uart_txrx_pins_set(p_instance->p_reg, p_config->pseltxd, p_config->pselrxd); in apply_config()
111 if (p_config->pselrxd != NRF_UARTE_PSEL_DISCONNECTED) in apply_config()113 nrf_gpio_cfg_input(p_config->pselrxd, NRF_GPIO_PIN_NOPULL); in apply_config()118 nrf_uarte_txrx_pins_set(p_instance->p_reg, p_config->pseltxd, p_config->pselrxd); in apply_config()
Completed in 12 milliseconds