Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c197 static uint8_t * hal_uart_dma_rx_buffer; variable
275 …btstack_ring_buffer_read(&hal_uart_dma_rx_ring_buffer, hal_uart_dma_rx_buffer, bytes_to_copy, &byt… in hal_spi_em9304_transfer_rx_data()
276 hal_uart_dma_rx_buffer += bytes_read; in hal_spi_em9304_transfer_rx_data()
440 hal_uart_dma_rx_buffer = buffer; in hal_uart_dma_receive_block()