Home
last modified time | relevance | path

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

/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c75 if (p_config->pseltxd != NRF_UART_PSEL_DISCONNECTED) in apply_config()
80 if (p_config->pselrxd != NRF_UART_PSEL_DISCONNECTED) in apply_config()
90 if (p_config->pselcts != NRF_UART_PSEL_DISCONNECTED) in apply_config()
94 if (p_config->pselrts != NRF_UART_PSEL_DISCONNECTED) in apply_config()
139 if (txd != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
143 if (rxd != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
147 if (cts != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
151 if (rts != NRF_UART_PSEL_DISCONNECTED) in pins_to_default()
/external/platform/nrfx/hal/
A Dnrf_uart.h49 #define NRF_UART_PSEL_DISCONNECTED 0xFFFFFFFF macro
434 nrf_uart_txrx_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_txrx_pins_disconnect()
492 nrf_uart_hwfc_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_hwfc_pins_disconnect()
/external/platform/nrfx/drivers/include/
A Dnrfx_uart.h125 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
126 .pselrts = NRF_UART_PSEL_DISCONNECTED, \

Completed in 6 milliseconds