Home
last modified time | relevance | path

Searched refs:rxd_pin (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h218 uint32_t rxd_pin; ///< RXD pin number. member
275 .rxd_pin = _pin_rx, \
/hal_nordic-latest/nrfx/haly/
Dnrfy_uarte.h78 uint32_t rxd_pin; ///< RXD pin number. member
120 nrf_uarte_txrx_pins_set(p_reg, p_config->pins.txd_pin, p_config->pins.rxd_pin); in nrfy_uarte_periph_configure()
310 p_pins->rxd_pin = nrf_uarte_rx_pin_get(p_reg); in nrfy_uarte_pins_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c204 if (p_config->rxd_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()
206 nrfy_gpio_cfg_input(p_config->rxd_pin, NRF_GPIO_PIN_NOPULL); in uarte_configure()
235 .rxd_pin = p_config->rxd_pin, in uarte_configure()
298 if (pins.rxd_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()
300 nrfy_gpio_cfg_default(pins.rxd_pin); in pins_to_default()