Home
last modified time | relevance | path

Searched refs:spi_dma_ll_tx_restart (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_slave_hd_hal.c24 #define spi_dma_ll_tx_restart(dev, chan) gdma_ll_tx_restart(&GDMA, chan) macro
347 spi_dma_ll_tx_restart(hal->dma_out, hal->tx_dma_chan); in spi_slave_hd_hal_txdma_append()
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1296 static inline void spi_dma_ll_tx_restart(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_restart() function