Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c105 if (p_config->pseltxd != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
110 if (p_config->pselrxd != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
125 if (p_config->pselrts != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
130 if (p_config->pselcts != NRF_UART_PSEL_DISCONNECTED) in uart_configure()
171 if (txd != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
175 if (rxd != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
179 if (cts != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
183 if (rts != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h65 #define NRF_UART_PSEL_DISCONNECTED 0xFFFFFFFF macro
485 nrf_uart_txrx_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_txrx_pins_disconnect()
579 nrf_uart_hwfc_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_hwfc_pins_disconnect()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uart.h140 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
141 .pselrts = NRF_UART_PSEL_DISCONNECTED, \