Home
last modified time | relevance | path

Searched refs:rxto (Results 1 – 2 of 2) sorted by relevance

/external/platform/nrfx/drivers/src/
A Dnrfx_uart.c411 bool rxto; in nrfx_uart_rx() local
419 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()
A Dnrfx_uarte.c512 bool rxto; in nrfx_uarte_rx() local
516 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