Searched refs:rxto (Results 1 – 2 of 2) sorted by relevance
411 bool rxto; in nrfx_uart_rx() local419 rxto = nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_RXTO); in nrfx_uart_rx()420 } while ((!rxrdy) && (!rxto) && (!error)); in nrfx_uart_rx()422 if (error || rxto) in nrfx_uart_rx()439 if (rxto) in nrfx_uart_rx()
512 bool rxto; in nrfx_uarte_rx() local516 rxto = nrf_uarte_event_check(p_instance->p_reg, NRF_UARTE_EVENT_RXTO); in nrfx_uarte_rx()518 } while ((!endrx) && (!rxto) && (!error)); in nrfx_uarte_rx()527 if (rxto) in nrfx_uarte_rx()
Completed in 5 milliseconds