Searched refs:spi_dma_ll_rx_enable_burst_data (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-3.4.0/components/hal/ |
D | spi_slave_hal.c | 10 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… macro 20 spi_dma_ll_rx_enable_burst_data(hal->dma_in, hal->rx_dma_chan, 1); in s_spi_slave_hal_dma_init_config()
|
D | spi_hal.c | 26 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… macro 43 spi_dma_ll_rx_enable_burst_data(hal->dma_in, hal->rx_dma_chan, 1); in s_spi_hal_dma_init_config()
|
D | spi_slave_hd_hal.c | 35 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… macro 55 spi_dma_ll_rx_enable_burst_data(hal->dma_in, hal->rx_dma_chan, 1); in s_spi_slave_hd_hal_dma_init_config()
|
/hal_espressif-3.4.0/components/hal/esp32/include/hal/ |
D | spi_ll.h | 1003 static inline void spi_dma_ll_rx_enable_burst_data(spi_dma_dev_t *dma_in, uint32_t channel, bool en… in spi_dma_ll_rx_enable_burst_data() function
|
/hal_espressif-3.4.0/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 1123 static inline void spi_dma_ll_rx_enable_burst_data(spi_dma_dev_t *dma_in, uint32_t channel, bool en… in spi_dma_ll_rx_enable_burst_data() function
|