Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/rx_double_buffered/
Dmain.c133 status = nrfx_uarte_rx(p_inst, in uarte_handler()
140 status = nrfx_uarte_rx(p_inst, in uarte_handler()
189 status = nrfx_uarte_rx(&uarte_inst, in main()
/hal_nordic-latest/nrfx/samples/src/nrfx_uarte/tx_rx_non_blocking/
Dmain.c130 status = nrfx_uarte_rx(&uarte_inst, m_rx_buffer, sizeof(m_rx_buffer)); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_uarte.h591 nrfx_err_t nrfx_uarte_rx(nrfx_uarte_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uarte.c1650 nrfx_err_t nrfx_uarte_rx(nrfx_uarte_t const * p_instance, in nrfx_uarte_rx() function
/hal_nordic-latest/nrfx/
DCHANGELOG.md635 - Updated the documentation for the nrfx_uarte_rx() function. It now correctly reflects the actual …