Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/port/
H A Dport.c194 static const uint8_t * hal_uart_dma_tx_data; variable
375 … HAL_SPI_Transmit_DMA(&hspi1, (uint8_t*) hal_uart_dma_tx_data, hal_spi_em9304_tx_request_len); in hal_spi_em9304_process()
386 hal_uart_dma_tx_data += hal_spi_em9304_tx_request_len; in hal_spi_em9304_process()
433 hal_uart_dma_tx_data = buffer; in hal_uart_dma_send_block()