Searched refs:spi_dma_ll_tx_restart (Results 1 – 2 of 2) sorted by relevance
24 #define spi_dma_ll_tx_restart(dev, chan) gdma_ll_tx_restart(&GDMA, chan) macro347 spi_dma_ll_tx_restart(hal->dma_out, hal->tx_dma_chan); in spi_slave_hd_hal_txdma_append()
1296 static inline void spi_dma_ll_tx_restart(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_restart() function