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-3.4.0/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.c26 #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()
Dspi_slave_hd_hal.c35 #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/
Dspi_ll.h1003 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/
Dspi_ll.h1123 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