Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/include/
H A Dnrfx_uart.h105 .pseltxd = NRF_UART_PSEL_DISCONNECTED, \
106 .pselrxd = NRF_UART_PSEL_DISCONNECTED, \
107 .pselcts = NRF_UART_PSEL_DISCONNECTED, \
108 .pselrts = NRF_UART_PSEL_DISCONNECTED, \
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H 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()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/hal/
H A Dnrf_uart.h48 #define NRF_UART_PSEL_DISCONNECTED 0xFFFFFFFF macro
419 nrf_uart_txrx_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_txrx_pins_disconnect()
475 nrf_uart_hwfc_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_hwfc_pins_disconnect()