Searched refs:rxrdy (Results 1 – 1 of 1) sorted by relevance
481 bool rxrdy; in nrfx_uart_rx() local489 rxrdy = nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_RXDRDY); in nrfx_uart_rx()491 } while ((!rxrdy) && (!rxto) && (!error)); in nrfx_uart_rx()