Searched refs:uart7_dma_tx (Results 1 – 7 of 7) sorted by relevance
264 …static struct dma_tx_config uart7_dma_tx = {.request = kDmaRequestMuxLPUART7Tx, .channel = BSP_LPU… in uart_get_dma_config() local265 uarts[LPUART7_INDEX].dma_tx = &uart7_dma_tx; in uart_get_dma_config()
957 static struct dma_config uart7_dma_tx = UART7_TX_DMA_CONFIG; in at32_uart_get_dma_config() local958 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in at32_uart_get_dma_config()
1038 static struct dma_config uart7_dma_tx = UART7_TX_DMA_CONFIG; in at32_uart_get_config() local1039 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in at32_uart_get_config()
1019 static struct dma_config uart7_dma_tx = UART7_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local1020 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in stm32_uart_get_dma_config()
1063 static struct dma_config uart7_dma_tx = UART7_DMA_TX_CONFIG; in stm32_uart_get_config() local1064 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in stm32_uart_get_config()
1849 static struct dma_config uart7_dma_tx = UART7_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1850 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in hc32_uart_get_dma_info()
1859 static struct dma_config uart7_dma_tx = UART7_DMA_TX_CONFIG; in hc32_uart_get_info() local1860 uart_config[UART7_INDEX].dma_tx = &uart7_dma_tx; in hc32_uart_get_info()
Completed in 21 milliseconds