Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h351 NRF_STATIC_INLINE void nrf_uart_hwfc_pins_set(NRF_UART_Type * p_reg,
560 NRF_STATIC_INLINE void nrf_uart_hwfc_pins_set(NRF_UART_Type * p_reg, in nrf_uart_hwfc_pins_set() function
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/src/
Dnrfx_uart.c137 nrf_uart_hwfc_pins_set(p_instance->p_reg, in uart_configure()