Searched refs:spi_dma_ll_tx_enable_burst_desc (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-2.7.6/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 | 28 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… macro 45 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 | 37 #define spi_dma_ll_tx_enable_burst_desc(dev, chan, enable) gdma_ll_tx_enable_descriptor_bur… macro 57 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-2.7.6/components/hal/esp32/include/hal/ |
D | spi_ll.h | 1045 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-2.7.6/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1192 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
|