Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_uart.c79 nrf_uart_event_clear(p_instance->p_reg, NRF_UART_EVENT_TXDRDY); in interrupts_enable()
306 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_TXDRDY); in tx_byte()
321 while (!nrf_uart_event_check(p_uart, NRF_UART_EVENT_TXDRDY)) in tx_blocking()
367 nrf_uart_event_clear(p_instance->p_reg, NRF_UART_EVENT_TXDRDY); in nrfx_uart_tx()
382 while (!nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_TXDRDY)) in nrfx_uart_tx()
694 if (nrf_uart_event_check(p_uart, NRF_UART_EVENT_TXDRDY)) in irq_handler()
705 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_TXDRDY); in irq_handler()
/hal_nordic-latest/nrfx/hal/
Dnrf_uart.h83NRF_UART_EVENT_TXDRDY = offsetof(NRF_UART_Type, EVENTS_TXDRDY),/**< Event from data sent from TXD.… enumerator