Searched refs:uart5_dma_tx (Results 1 – 7 of 7) sorted by relevance
242 …static struct dma_tx_config uart5_dma_tx = {.request = kDmaRequestMuxLPUART5Tx, .channel = BSP_LPU… in uart_get_dma_config() local243 uarts[LPUART5_INDEX].dma_tx = &uart5_dma_tx; in uart_get_dma_config()
929 static struct dma_config uart5_dma_tx = UART5_TX_DMA_CONFIG; in at32_uart_get_dma_config() local930 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in at32_uart_get_dma_config()
1002 static struct dma_config uart5_dma_tx = UART5_TX_DMA_CONFIG; in at32_uart_get_config() local1003 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in at32_uart_get_config()
991 static struct dma_config uart5_dma_tx = UART5_DMA_TX_CONFIG; in stm32_uart_get_dma_config() local992 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in stm32_uart_get_dma_config()
1021 static struct dma_config uart5_dma_tx = UART5_DMA_TX_CONFIG; in stm32_uart_get_config() local1022 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in stm32_uart_get_config()
1807 static struct dma_config uart5_dma_tx = UART5_DMA_TX_CONFIG; in hc32_uart_get_dma_info() local1808 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in hc32_uart_get_dma_info()
1815 static struct dma_config uart5_dma_tx = UART5_DMA_TX_CONFIG; in hc32_uart_get_info() local1816 uart_config[UART5_INDEX].dma_tx = &uart5_dma_tx; in hc32_uart_get_info()
Completed in 24 milliseconds