Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/ports/nrf/modules/machine/
H A Duart.c71 #define nrfx_uart_tx_in_progress nrfx_uarte_tx_in_progress macro
149 while (nrfx_uart_tx_in_progress(self->p_uart)) { in uart_tx_char()
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/include/
H A Dnrfx_uart.h236 bool nrfx_uart_tx_in_progress(nrfx_uart_t const * p_instance);
/dports/devel/tinygo/tinygo-0.14.1/lib/nrfx/drivers/src/
H A Dnrfx_uart.c274 if (nrfx_uart_tx_in_progress(p_instance)) in nrfx_uart_tx()
320 bool nrfx_uart_tx_in_progress(nrfx_uart_t const * p_instance) in nrfx_uart_tx_in_progress() function