Searched refs:NRF_UARTE_PSEL_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
47 #define NRF_UARTE_PSEL_DISCONNECTED 0xFFFFFFFF macro847 nrf_uarte_txrx_pins_set(p_reg, NRF_UARTE_PSEL_DISCONNECTED, NRF_UARTE_PSEL_DISCONNECTED); in nrf_uarte_txrx_pins_disconnect()900 nrf_uarte_hwfc_pins_set(p_reg, NRF_UARTE_PSEL_DISCONNECTED, NRF_UARTE_PSEL_DISCONNECTED); in nrf_uarte_hwfc_pins_disconnect()
276 .rts_pin = NRF_UARTE_PSEL_DISCONNECTED, \277 .cts_pin = NRF_UARTE_PSEL_DISCONNECTED, \
196 if (p_config->txd_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()204 if (p_config->rxd_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()214 if (p_config->cts_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()218 if (p_config->rts_pin != NRF_UARTE_PSEL_DISCONNECTED) in uarte_configure()294 if (pins.txd_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()298 if (pins.rxd_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()305 if (pins.cts_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()309 if (pins.rts_pin != NRF_UARTE_PSEL_DISCONNECTED) in pins_to_default()