Searched refs:spi_dma_dev_t (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/hal/include/hal/ |
D | spi_slave_hal.h | 39 …spi_dma_dev_t *dma_in; ///< Address of the DMA peripheral registers which stores the data… 40 …spi_dma_dev_t *dma_out; ///< Address of the DMA peripheral registers which transmits the d… 79 spi_dma_dev_t *dma_in; ///< Input DMA(DMA -> RAM) peripheral register address 80 spi_dma_dev_t *dma_out; ///< Output DMA(RAM -> DMA) peripheral register address
|
D | spi_hal.h | 68 spi_dma_dev_t *dma_in; ///< Input DMA(DMA -> RAM) peripheral register address 69 spi_dma_dev_t *dma_out; ///< Output DMA(RAM -> DMA) peripheral register address 118 …spi_dma_dev_t *dma_in; ///< Address of the DMA peripheral registers which stores the … 119 …spi_dma_dev_t *dma_out; ///< Address of the DMA peripheral registers which transmits t…
|
D | spi_slave_hd_hal.h | 63 …spi_dma_dev_t *dma_in; ///< Input DMA(DMA -> RAM) peripheral register ad… 64 …spi_dma_dev_t *dma_out; ///< Output DMA(RAM -> DMA) peripheral register ad… 89 …spi_dma_dev_t *dma_in; ///< Address of the DMA peripheral registe… 90 …spi_dma_dev_t *dma_out; ///< Address of the DMA peripheral registe…
|
/hal_espressif-latest/components/hal/esp32s2/include/hal/ |
D | spi_ll.h | 56 typedef spi_dev_t spi_dma_dev_t; typedef 1125 static inline void spi_dma_ll_rx_reset(spi_dma_dev_t *dma_in, uint32_t channel) in spi_dma_ll_rx_reset() 1138 static inline void spi_dma_ll_rx_start(spi_dma_dev_t *dma_in, uint32_t channel, lldesc_t *addr) in spi_dma_ll_rx_start() 1150 static inline void spi_dma_ll_rx_stop(spi_dma_dev_t *dma_in, uint32_t channel) in spi_dma_ll_rx_stop() 1162 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() 1174 static inline void spi_dma_ll_rx_enable_burst_desc(spi_dma_dev_t *dma_in, uint32_t channel, bool en… in spi_dma_ll_rx_enable_burst_desc() 1187 static inline uint32_t spi_dma_ll_get_in_suc_eof_desc_addr(spi_dma_dev_t *dma_in, uint32_t channel) in spi_dma_ll_get_in_suc_eof_desc_addr() 1199 static inline void spi_dma_ll_tx_reset(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_reset() 1213 static inline void spi_dma_ll_tx_start(spi_dma_dev_t *dma_out, uint32_t channel, lldesc_t *addr) in spi_dma_ll_tx_start() 1225 static inline void spi_dma_ll_tx_stop(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_stop() [all …]
|
/hal_espressif-latest/components/hal/esp32/include/hal/ |
D | spi_ll.h | 54 typedef spi_dev_t spi_dma_dev_t; typedef 978 static inline void spi_dma_ll_rx_reset(spi_dma_dev_t *dma_in, uint32_t channel) in spi_dma_ll_rx_reset() 992 static inline void spi_dma_ll_rx_start(spi_dma_dev_t *dma_in, uint32_t channel, lldesc_t *addr) in spi_dma_ll_rx_start() 1005 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() 1017 static inline void spi_dma_ll_rx_enable_burst_desc(spi_dma_dev_t *dma_in, uint32_t channel, bool en… in spi_dma_ll_rx_enable_burst_desc() 1028 static inline void spi_dma_ll_tx_reset(spi_dma_dev_t *dma_out, uint32_t channel) in spi_dma_ll_tx_reset() 1042 static inline void spi_dma_ll_tx_start(spi_dma_dev_t *dma_out, uint32_t channel, lldesc_t *addr) in spi_dma_ll_tx_start() 1055 static inline void spi_dma_ll_tx_enable_burst_data(spi_dma_dev_t *dma_out, uint32_t channel, bool e… in spi_dma_ll_tx_enable_burst_data() 1067 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() 1079 static inline void spi_dma_ll_set_out_eof_generation(spi_dma_dev_t *dma_out, uint32_t channel, bool… in spi_dma_ll_set_out_eof_generation() [all …]
|
/hal_espressif-latest/components/hal/esp32s3/include/hal/ |
D | spi_ll.h | 53 typedef spi_dev_t spi_dma_dev_t; typedef
|
/hal_espressif-latest/components/hal/esp32c6/include/hal/ |
D | spi_ll.h | 52 typedef spi_dev_t spi_dma_dev_t; typedef
|
/hal_espressif-latest/components/hal/esp32c2/include/hal/ |
D | spi_ll.h | 51 typedef spi_dev_t spi_dma_dev_t; typedef
|
/hal_espressif-latest/components/hal/esp32c3/include/hal/ |
D | spi_ll.h | 51 typedef spi_dev_t spi_dma_dev_t; typedef
|
/hal_espressif-latest/components/hal/esp32h2/include/hal/ |
D | spi_ll.h | 54 typedef spi_dev_t spi_dma_dev_t; typedef
|