Home
last modified time | relevance | path

Searched refs:spi_dma_ll_tx_reset (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/hal/
Dspi_slave_hal_iram.c11 #define spi_dma_ll_tx_reset(dev, chan) gdma_ll_tx_reset_channel(&GDMA, … macro
53 spi_dma_ll_tx_reset(hal->dma_out, hal->tx_dma_chan); in spi_slave_hal_prepare_data()
Dspi_hal_iram.c20 #define spi_dma_ll_tx_reset(dev, chan) gdma_ll_tx_reset_channel(&GDMA, … macro
170 spi_dma_ll_tx_reset(hal->dma_out, hal->tx_dma_chan); in spi_hal_prepare_data()
Dspi_slave_hd_hal.c27 #define spi_dma_ll_tx_reset(dev, chan) gdma_ll_tx_reset_channel(&GDMA, … macro
158 spi_dma_ll_tx_reset(hal->dma_out, hal->tx_dma_chan); in spi_slave_hd_hal_txdma()
340 spi_dma_ll_tx_reset(hal->dma_out, hal->tx_dma_chan); in spi_slave_hd_hal_txdma_append()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h1028 static inline void spi_dma_ll_tx_reset(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_reset() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1199 static inline void spi_dma_ll_tx_reset(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_reset() function