Searched refs:uart8_dma_tx (Results 1 – 6 of 6) sorted by relevance
275 …static struct dma_tx_config uart8_dma_tx = {.request = kDmaRequestMuxLPUART8Tx, .channel = BSP_LPU… in uart_get_dma_config() local276 uarts[LPUART8_INDEX].dma_tx = &uart8_dma_tx; in uart_get_dma_config()
971 static struct dma_config uart8_dma_tx = UART8_TX_DMA_CONFIG; in at32_uart_get_dma_config() local972 uart_config[UART8_INDEX].dma_tx = &uart8_dma_tx; in at32_uart_get_dma_config()
1056 static struct dma_config uart8_dma_tx = UART8_TX_DMA_CONFIG; in at32_uart_get_config() local1057 uart_config[UART8_INDEX].dma_tx = &uart8_dma_tx; in at32_uart_get_config()
1033 static struct dma_config uart8_dma_tx = UART8_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local1034 uart_config[UART8_INDEX].dma_tx = &uart8_dma_tx; in stm32_uart_get_dma_config()
1084 static struct dma_config uart8_dma_tx = UART8_DMA_TX_CONFIG; in stm32_uart_get_config() local1085 uart_config[UART8_INDEX].dma_tx = &uart8_dma_tx; in stm32_uart_get_config()
1870 static struct dma_config uart8_dma_tx = UART8_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1871 uart_config[UART8_INDEX].dma_tx = &uart8_dma_tx; in hc32_uart_get_dma_info()
Completed in 22 milliseconds