Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h404 NRF_STATIC_INLINE void nrf_uart_configure(NRF_UART_Type * p_reg,
603 NRF_STATIC_INLINE void nrf_uart_configure(NRF_UART_Type * p_reg, in nrf_uart_configure() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c101 nrf_uart_configure(p_instance->p_reg, &p_config->hal_cfg); in uart_configure()