Searched refs:endrx (Results 1 – 1 of 1) sorted by relevance
511 bool endrx; in nrfx_uarte_rx() local515 endrx = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_ENDRX); in nrfx_uarte_rx()518 } while ((!endrx) && (!rxto) && (!error)); in nrfx_uarte_rx()
Completed in 4 milliseconds