Searched refs:dw_uart_dma_event_cb (Results 1 – 1 of 1) sorted by relevance
566 static void dw_uart_dma_event_cb(csi_dma_ch_t *dma, csi_dma_event_t event, void *arg) in dw_uart_dma_event_cb() function718 csi_dma_ch_attach_callback(tx_dma, dw_uart_dma_event_cb, NULL); in csi_uart_link_dma()740 csi_dma_ch_attach_callback(rx_dma, dw_uart_dma_event_cb, NULL); in csi_uart_link_dma()
Completed in 9 milliseconds