Searched refs:spi_dma_ll_tx_enable_burst_desc (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.7.0/components/hal/ |
D | spi_slave_hal.c | 13 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… macro 23 spi_dma_ll_tx_enable_burst_desc(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_slave_hal_dma_init_config()
|
D | spi_hal.c | 23 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… macro 42 spi_dma_ll_tx_enable_burst_desc(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_hal_dma_init_config()
|
D | spi_slave_hd_hal.c | 31 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… macro 51 spi_dma_ll_tx_enable_burst_desc(hal->dma_out, hal->tx_dma_chan, 1); in s_spi_slave_hd_hal_dma_init_config()
|
/hal_espressif-3.7.0/components/hal/esp32/include/hal/ |
D | spi_ll.h | 1066 static inline void spi_dma_ll_tx_enable_burst_desc(spi_dma_dev_t *dma_out, uint32_t channel, bool e… in spi_dma_ll_tx_enable_burst_desc() function
|
/hal_espressif-3.7.0/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1238 static inline void spi_dma_ll_tx_enable_burst_desc(spi_dma_dev_t *dma_out, uint32_t channel, bool e… in spi_dma_ll_tx_enable_burst_desc() function
|