Searched refs:NRF_UART_PSEL_DISCONNECTED (Results 1 – 3 of 3) sorted by relevance
105 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()
65 #define NRF_UART_PSEL_DISCONNECTED 0xFFFFFFFF macro485 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()
140 .pselcts = NRF_UART_PSEL_DISCONNECTED, \141 .pselrts = NRF_UART_PSEL_DISCONNECTED, \