Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c195 static uint16_t hal_uart_dma_tx_size; variable
312 } else if (hal_uart_dma_tx_size){ in hal_spi_em9304_process()
371 hal_spi_em9304_tx_request_len = btstack_min(hal_uart_dma_tx_size, max_bytes_to_send); in hal_spi_em9304_process()
385 hal_uart_dma_tx_size -= hal_spi_em9304_tx_request_len; in hal_spi_em9304_process()
390 if (hal_uart_dma_tx_size){ in hal_spi_em9304_process()
434 hal_uart_dma_tx_size = length; in hal_uart_dma_send_block()