Home
last modified time | relevance | path

Searched refs:nrfx_uarte_tx (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c133 status = nrfx_uarte_tx(&uarte_inst, m_tx_buffer, sizeof(m_tx_buffer), 0); in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c194 status = nrfx_uarte_tx(&uarte_inst, m_tx_buffer, NRFX_ARRAY_SIZE(m_tx_buffer), 0); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h470 nrfx_err_t nrfx_uarte_tx(nrfx_uarte_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c879 nrfx_err_t nrfx_uarte_tx(nrfx_uarte_t const * p_instance, in nrfx_uarte_tx() function