Searched refs:nrfx_uarte_init (Results 1 – 5 of 5) sorted by relevance
123 status = nrfx_uarte_init(&uarte_inst, &uarte_config, uarte_handler); in main()
178 status = nrfx_uarte_init(&uarte_inst, &uarte_config, uarte_handler); in main()
379 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance,
442 nrfx_err_t nrfx_uarte_init(nrfx_uarte_t const * p_instance, in nrfx_uarte_init() function
305 - Fixed logging level in nrfx_uart_init() and nrfx_uarte_init() functions. It was reduced from warn…