Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_slave_hal_iram.c16 #define spi_dma_ll_tx_start(dev, chan, addr) do {\ macro
59 spi_dma_ll_tx_start(hal->dma_out, hal->tx_dma_chan, (&hal->dmadesc_tx[0])); in spi_slave_hal_prepare_data()
Dspi_hal_iram.c25 #define spi_dma_ll_tx_start(dev, chan, addr) do {\ macro
174 spi_dma_ll_tx_start(hal->dma_out, hal->tx_dma_chan, hal->dmadesc_tx); in spi_hal_prepare_data()
Dspi_slave_hd_hal.c40 #define spi_dma_ll_tx_start(dev, chan, addr) do {\ macro
164 spi_dma_ll_tx_start(hal->dma_out, hal->tx_dma_chan, &hal->dmadesc_tx->desc); in spi_slave_hd_hal_txdma()
342 spi_dma_ll_tx_start(hal->dma_out, hal->tx_dma_chan, &hal->tx_cur_desc->desc); in spi_slave_hd_hal_txdma_append()
/hal_espressif-latest/components/hal/esp32/include/hal/
Dspi_ll.h1042 static inline void spi_dma_ll_tx_start(spi_dma_dev_t *dma_out, uint32_t channel, lldesc_t *addr) in spi_dma_ll_tx_start() function
/hal_espressif-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1213 static inline void spi_dma_ll_tx_start(spi_dma_dev_t *dma_out, uint32_t channel, lldesc_t *addr) in spi_dma_ll_tx_start() function