Searched refs:uart1_dma_tx (Results 1 – 8 of 8) sorted by relevance
532 static struct dma_config uart1_dma_tx = UART1_DMA_TX_CONFIG; in ft32_uart_get_dma_config() local533 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in ft32_uart_get_dma_config()
198 …static struct dma_tx_config uart1_dma_tx = {.request = kDmaRequestMuxLPUART1Tx, .channel = BSP_LPU… in uart_get_dma_config() local199 uarts[LPUART1_INDEX].dma_tx = &uart1_dma_tx; in uart_get_dma_config()
873 static struct dma_config uart1_dma_tx = UART1_TX_DMA_CONFIG; in at32_uart_get_dma_config() local874 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in at32_uart_get_dma_config()
930 static struct dma_config uart1_dma_tx = UART1_TX_DMA_CONFIG; in at32_uart_get_config() local931 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in at32_uart_get_config()
935 static struct dma_config uart1_dma_tx = UART1_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local936 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in stm32_uart_get_dma_config()
937 static struct dma_config uart1_dma_tx = UART1_DMA_TX_CONFIG; in stm32_uart_get_config() local938 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in stm32_uart_get_config()
1717 static struct dma_config uart1_dma_tx = UART1_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1718 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in hc32_uart_get_dma_info()
1721 static struct dma_config uart1_dma_tx = UART1_DMA_TX_CONFIG; in hc32_uart_get_info() local1722 uart_config[UART1_INDEX].dma_tx = &uart1_dma_tx; in hc32_uart_get_info()
Completed in 30 milliseconds