Searched refs:uart2_dma_tx (Results 1 – 8 of 8) sorted by relevance
546 static struct dma_config uart2_dma_tx = UART2_DMA_TX_CONFIG; in ft32_uart_get_dma_config() local547 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in ft32_uart_get_dma_config()
209 …static struct dma_tx_config uart2_dma_tx = {.request = kDmaRequestMuxLPUART2Tx, .channel = BSP_LPU… in uart_get_dma_config() local210 uarts[LPUART2_INDEX].dma_tx = &uart2_dma_tx; in uart_get_dma_config()
887 static struct dma_config uart2_dma_tx = UART2_TX_DMA_CONFIG; in at32_uart_get_dma_config() local888 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in at32_uart_get_dma_config()
948 static struct dma_config uart2_dma_tx = UART2_TX_DMA_CONFIG; in at32_uart_get_config() local949 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in at32_uart_get_config()
949 static struct dma_config uart2_dma_tx = UART2_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local950 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in stm32_uart_get_dma_config()
958 static struct dma_config uart2_dma_tx = UART2_DMA_TX_CONFIG; in stm32_uart_get_config() local959 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in stm32_uart_get_config()
1740 static struct dma_config uart2_dma_tx = UART2_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1741 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in hc32_uart_get_dma_info()
1745 static struct dma_config uart2_dma_tx = UART2_DMA_TX_CONFIG; in hc32_uart_get_info() local1746 uart_config[UART2_INDEX].dma_tx = &uart2_dma_tx; in hc32_uart_get_info()
Completed in 21 milliseconds