Searched refs:tx_buffer_length (Results 1 – 3 of 3) sorted by relevance
66 unsigned long tx_buffer_length; member250 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()
1689 size_t tx_buffer_length = data->dma_tx.buffer_length; in uart_stm32_async_tx_abort() local1692 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()
303 nrfx_err_t _nrfx_qspi_write(void const *p_tx_buffer, size_t tx_buffer_length, uint32_t dst_address) in _nrfx_qspi_write() argument305 return nrfx_qspi_write(p_tx_buffer, tx_buffer_length, dst_address); in _nrfx_qspi_write()