Home
last modified time | relevance | path

Searched refs:nrfx_uarte_tx_in_progress (Results 1 – 3 of 3) sorted by relevance

/external/platform/nrfx/drivers/include/
A Dnrfx_uarte.h270 bool nrfx_uarte_tx_in_progress(nrfx_uarte_t const * p_instance);
/external/platform/nrfx/drivers/src/
A Dnrfx_uarte.c373 if (nrfx_uarte_tx_in_progress(p_instance)) in nrfx_uarte_tx()
427 bool nrfx_uarte_tx_in_progress(nrfx_uarte_t const * p_instance) in nrfx_uarte_tx_in_progress() function
/external/platform/nrfx/
A DCHANGELOG.md215 - Fixed the case when nrfx_uarte_tx_in_progress() function would return an incorrect value. The dri…

Completed in 8 milliseconds