Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c410 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_RXDRDY); in rx_byte()
415 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_RXDRDY); in rx_byte()
489 rxrdy = nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_RXDRDY); in nrfx_uart_rx()
543 return nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_RXDRDY); in nrfx_uart_rx_ready()
663 nrf_uart_event_check(p_uart, NRF_UART_EVENT_RXDRDY)) in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h82NRF_UART_EVENT_RXDRDY = offsetof(NRF_UART_Type, EVENTS_RXDRDY),/**< Event from data ready in RXD. … enumerator