Searched refs:txd_pin (Results 1 – 3 of 3) sorted by relevance
217 uint32_t txd_pin; ///< TXD pin number. member274 .txd_pin = _pin_tx, \
77 uint32_t txd_pin; ///< TXD pin number. member120 nrf_uarte_txrx_pins_set(p_reg, p_config->pins.txd_pin, p_config->pins.rxd_pin); in nrfy_uarte_periph_configure()309 p_pins->txd_pin = nrf_uarte_tx_pin_get(p_reg); in nrfy_uarte_pins_get()
196 if (p_config->txd_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()198 nrfy_gpio_pin_set(p_config->txd_pin); in uarte_configure()199 nrfy_gpio_cfg_output(p_config->txd_pin); in uarte_configure()201 nrfy_gpio_pin_clock_set(p_config->txd_pin, true); in uarte_configure()234 .txd_pin = p_config->txd_pin, in uarte_configure()294 if (pins.txd_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()296 nrfy_gpio_cfg_default(pins.txd_pin); in pins_to_default()