Searched refs:uart4_dma_tx (Results 1 – 7 of 7) sorted by relevance
231 …static struct dma_tx_config uart4_dma_tx = {.request = kDmaRequestMuxLPUART4Tx, .channel = BSP_LPU… in uart_get_dma_config() local232 uarts[LPUART4_INDEX].dma_tx = &uart4_dma_tx; in uart_get_dma_config()
915 static struct dma_config uart4_dma_tx = UART4_TX_DMA_CONFIG; in at32_uart_get_dma_config() local916 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in at32_uart_get_dma_config()
984 static struct dma_config uart4_dma_tx = UART4_TX_DMA_CONFIG; in at32_uart_get_config() local985 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in at32_uart_get_config()
977 static struct dma_config uart4_dma_tx = UART4_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local978 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in stm32_uart_get_dma_config()
1000 static struct dma_config uart4_dma_tx = UART4_DMA_TX_CONFIG; in stm32_uart_get_config() local1001 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in stm32_uart_get_config()
1784 static struct dma_config uart4_dma_tx = UART4_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1785 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in hc32_uart_get_dma_info()
1791 static struct dma_config uart4_dma_tx = UART4_DMA_TX_CONFIG; in hc32_uart_get_info() local1792 uart_config[UART4_INDEX].dma_tx = &uart4_dma_tx; in hc32_uart_get_info()
Completed in 21 milliseconds