Home
last modified time | relevance | path

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

/hal_espressif-latest/components/hal/
Dspi_slave_hal.c10 #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()
Dspi_hal.c20 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… macro
39 spi_dma_ll_rx_enable_burst_data(hal->dma_in, hal->rx_dma_chan, 1); in s_spi_hal_dma_init_config()
Dspi_slave_hd_hal.c28 #define spi_dma_ll_rx_enable_burst_data(dev, chan, enable) gdma_ll_rx_enable_data_burst(&GD… macro
48 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-latest/components/hal/esp32/include/hal/
Dspi_ll.h1005 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-latest/components/hal/esp32s2/include/hal/
Dspi_ll.h1162 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