Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/hal/
Dspi_slave_hal.c11 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
21 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.c27 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
44 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.c36 #define spi_dma_ll_tx_enable_burst_data(dev, chan, enable) gdma_ll_tx_enable_data_burst(&GD… macro
56 spi_dma_ll_tx_enable_burst_data(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_slave_hd_hal_dma_init_config()
/hal_espressif-3.5.0/components/hal/esp32/include/hal/
Dspi_ll.h1053 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
/hal_espressif-3.5.0/components/hal/esp32s2/include/hal/
Dspi_ll.h1197 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