Searched refs:uart6_dma_tx (Results 1 – 7 of 7) sorted by relevance
253 …static struct dma_tx_config uart6_dma_tx = {.request = kDmaRequestMuxLPUART6Tx, .channel = BSP_LPU… in uart_get_dma_config() local254 uarts[LPUART6_INDEX].dma_tx = &uart6_dma_tx; in uart_get_dma_config()
943 static struct dma_config uart6_dma_tx = UART6_TX_DMA_CONFIG; in at32_uart_get_dma_config() local944 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in at32_uart_get_dma_config()
1020 static struct dma_config uart6_dma_tx = UART6_TX_DMA_CONFIG; in at32_uart_get_config() local1021 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in at32_uart_get_config()
1005 static struct dma_config uart6_dma_tx = UART6_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local1006 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in stm32_uart_get_dma_config()
1042 static struct dma_config uart6_dma_tx = UART6_DMA_TX_CONFIG; in stm32_uart_get_config() local1043 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in stm32_uart_get_config()
1828 static struct dma_config uart6_dma_tx = UART6_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1829 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in hc32_uart_get_dma_info()
1837 static struct dma_config uart6_dma_tx = UART6_DMA_TX_CONFIG; in hc32_uart_get_info() local1838 uart_config[UART6_INDEX].dma_tx = &uart6_dma_tx; in hc32_uart_get_info()
Completed in 771 milliseconds