Home
last modified time | relevance | path

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

/external/platform/nrfx/hal/
A Dnrf_uart.h248 uint32_t pselrxd);
418 uint32_t pselrxd) in nrf_uart_txrx_pins_set() argument
421 p_reg->PSEL.RXD = pselrxd; in nrf_uart_txrx_pins_set()
423 p_reg->PSELRXD = pselrxd; in nrf_uart_txrx_pins_set()
A Dnrf_uarte.h328 uint32_t pselrxd);
561 uint32_t pselrxd) in nrf_uarte_txrx_pins_set() argument
564 p_reg->PSEL.RXD = pselrxd; in nrf_uarte_txrx_pins_set()
/external/platform/nrfx/drivers/include/
A Dnrfx_uart.h84 uint32_t pselrxd; ///< RXD pin number. member
124 .pselrxd = _pin_rx, \
A Dnrfx_uarte.h93 uint32_t pselrxd; ///< RXD pin number. member
133 .pselrxd = _pin_rx, \
/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c80 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()
A Dnrfx_uarte.c111 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