Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/serial/
Duart_nrfx_uart.c66 unsigned long tx_buffer_length; member
250 lock = &uart0_cb.tx_buffer_length; in uart_nrfx_poll_out()
420 if (atomic_cas((atomic_t *) &uart0_cb.tx_buffer_length, in uart_nrfx_tx()
443 if (uart0_cb.tx_buffer_length == 0) { in uart_nrfx_tx_abort()
459 uart0_cb.tx_buffer_length = 0; in uart_nrfx_tx_abort()
640 if (uart0_cb.tx_counter < uart0_cb.tx_buffer_length && in tx_isr()
668 uart0_cb.tx_buffer_length = 0; in tx_isr()
772 evt.data.tx.len = uart0_cb.tx_buffer_length; in tx_timeout()
773 uart0_cb.tx_buffer_length = 0; in tx_timeout()
Duart_stm32.c1689 size_t tx_buffer_length = data->dma_tx.buffer_length; in uart_stm32_async_tx_abort() local
1692 if (tx_buffer_length == 0) { in uart_stm32_async_tx_abort()
1699 data->dma_tx.counter = tx_buffer_length - stat.pending_length; in uart_stm32_async_tx_abort()
/Zephyr-latest/modules/nrf_wifi/bus/
Dqspi_if.c303 nrfx_err_t _nrfx_qspi_write(void const *p_tx_buffer, size_t tx_buffer_length, uint32_t dst_address) in _nrfx_qspi_write() argument
305 return nrfx_qspi_write(p_tx_buffer, tx_buffer_length, dst_address); in _nrfx_qspi_write()