Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uarte.h47 #define NRF_UARTE_PSEL_DISCONNECTED 0xFFFFFFFF macro
847 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()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h276 .rts_pin = NRF_UARTE_PSEL_DISCONNECTED, \
277 .cts_pin = NRF_UARTE_PSEL_DISCONNECTED, \
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c196 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()