Home
last modified time | relevance | path

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

/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_uart.c106 nrf_uart_event_clear(p_instance->p_reg, NRF_UART_EVENT_TXDRDY); in interrupts_enable()
237 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_TXDRDY); in tx_byte()
249 while (!nrf_uart_event_check(p_uart, NRF_UART_EVENT_TXDRDY)) in tx_blocking()
294 nrf_uart_event_clear(p_instance->p_reg, NRF_UART_EVENT_TXDRDY); in nrfx_uart_tx()
309 while (!nrf_uart_event_check(p_instance->p_reg, NRF_UART_EVENT_TXDRDY)) in nrfx_uart_tx()
599 if (nrf_uart_event_check(p_uart, NRF_UART_EVENT_TXDRDY)) in uart_irq_handler()
608 nrf_uart_event_clear(p_uart, NRF_UART_EVENT_TXDRDY); in uart_irq_handler()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/hal/
H A Dnrf_uart.h75NRF_UART_EVENT_TXDRDY = offsetof(NRF_UART_Type, EVENTS_TXDRDY),/**< Event from data sent from TXD.… enumerator