Searched refs:uart3_dma_tx (Results 1 – 7 of 7) sorted by relevance
220 …static struct dma_tx_config uart3_dma_tx = {.request = kDmaRequestMuxLPUART3Tx, .channel = BSP_LPU… in uart_get_dma_config() local221 uarts[LPUART3_INDEX].dma_tx = &uart3_dma_tx; in uart_get_dma_config()
901 static struct dma_config uart3_dma_tx = UART3_TX_DMA_CONFIG; in at32_uart_get_dma_config() local902 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in at32_uart_get_dma_config()
966 static struct dma_config uart3_dma_tx = UART3_TX_DMA_CONFIG; in at32_uart_get_config() local967 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in at32_uart_get_config()
963 static struct dma_config uart3_dma_tx = UART3_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local964 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in stm32_uart_get_dma_config()
979 static struct dma_config uart3_dma_tx = UART3_DMA_TX_CONFIG; in stm32_uart_get_config() local980 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in stm32_uart_get_config()
1761 static struct dma_config uart3_dma_tx = UART3_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1762 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in hc32_uart_get_dma_info()
1767 static struct dma_config uart3_dma_tx = UART3_DMA_TX_CONFIG; in hc32_uart_get_info() local1768 uart_config[UART3_INDEX].dma_tx = &uart3_dma_tx; in hc32_uart_get_info()
Completed in 22 milliseconds