Home
last modified time | relevance | path

Searched refs:spi_dma_ll_tx_enable_burst_data (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/
Dspi_slave_hal.c25 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
35 spi_dma_ll_tx_enable_burst_data(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_slave_hal_dma_init_config()
Dspi_hal.c26 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
43 spi_dma_ll_tx_enable_burst_data(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_hal_dma_init_config()
Dspi_slave_hd_hal.c35 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
55 spi_dma_ll_tx_enable_burst_data(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_slave_hd_hal_dma_init_config()
/device/soc/esp/esp32/components/hal/esp32/include/hal/
Dspi_ll.h1029 static inline void spi_dma_ll_tx_enable_burst_data(spi_dma_dev_t *dma_out, uint32_t channel, bool e… in spi_dma_ll_tx_enable_burst_data() function