Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c481 bool rxrdy; in nrfx_uart_rx() local
489 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()