Home
last modified time | relevance | path

Searched refs:nrf_uart_txrx_pins_set (Results 1 – 2 of 2) sorted by relevance

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h265 NRF_STATIC_INLINE void nrf_uart_txrx_pins_set(NRF_UART_Type * p_reg,
467 NRF_STATIC_INLINE void nrf_uart_txrx_pins_set(NRF_UART_Type * p_reg, in nrf_uart_txrx_pins_set() function
485 nrf_uart_txrx_pins_set(p_reg, NRF_UART_PSEL_DISCONNECTED, NRF_UART_PSEL_DISCONNECTED); in nrf_uart_txrx_pins_disconnect()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c117 nrf_uart_txrx_pins_set(p_instance->p_reg, in uart_configure()