Home
last modified time | relevance | path

Searched refs:nrfx_uarte_init (Results 1 – 5 of 5) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c123 status = nrfx_uarte_init(&uarte_inst, &uarte_config, uarte_handler); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c178 status = nrfx_uarte_init(&uarte_inst, &uarte_config, uarte_handler); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h379 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c442 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance, in nrfx_uarte_init() function
/hal_nordic-latest/nrfx/
DCHANGELOG.md305 - Fixed logging level in nrfx_uart_init() and nrfx_uarte_init() functions. It was reduced from warn…