Searched refs:rts_pin (Results 1 – 3 of 3) sorted by relevance
219 uint32_t rts_pin; ///< RTS pin number. member276 .rts_pin = NRF_UARTE_PSEL_DISCONNECTED, \
79 uint32_t rts_pin; ///< RTS pin number. member125 nrf_uarte_hwfc_pins_set(p_reg, p_config->pins.rts_pin, p_config->pins.cts_pin); in nrfy_uarte_periph_configure()311 p_pins->rts_pin = nrf_uarte_rts_pin_get(p_reg); in nrfy_uarte_pins_get()
218 if (p_config->rts_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()220 nrfy_gpio_pin_set(p_config->rts_pin); in uarte_configure()221 nrfy_gpio_cfg_output(p_config->rts_pin); in uarte_configure()236 .rts_pin = p_config->rts_pin, in uarte_configure()309 if (pins.rts_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()311 nrfy_gpio_cfg_default(pins.rts_pin); in pins_to_default()