![]()
![]()
#include <esp_intr_alloc.h>
![]()
![]()
#include "driver/spi_common.h"
![]()
![]()
#include "freertos/FreeRTOS.h"
![]()
![]()
#include "hal/spi_types.h"
![]()
![]()
#include "hal/dma_types.h"
![]()
![]()
#include "soc/ext_mem_defs.h"
![]()
![]()
#include "esp_private/spi_dma.h"
![]()
![]()
#include "esp_pm.h"
![]()
![]()
#include "esp_private/spi_share_hw_ctrl.h"
![]()
![]()
#include "esp_private/gdma.h"
![]()
![]()
#define DMA_DESC_MEM_ALIGN_SIZE
![]()
![]()
#define DMA_DESC_MEM_ALIGN_SIZE
![]()
![]()
spi_dma_desc_t
![]()
![]()
#include "hal/cache_ll.h"
![]()
![]()
#define ADDR_DMA_2_CPU
![]()
![]()
#define ADDR_CPU_2_DMA
![]()
![]()
#define ADDR_DMA_2_CPU
![]()
![]()
#define ADDR_CPU_2_DMA
![]()
![]()
spi_bus_attr_t
![]()
![]()
bus_cfg
![]()
![]()
flags
![]()
![]()
max_transfer_sz
![]()
![]()
dma_enabled
![]()
![]()
internal_mem_align_size
![]()
![]()
lock
![]()
![]()
spi_dma_ctx_t
![]()
![]()
tx_dma_chan
![]()
![]()
rx_dma_chan
![]()
![]()
dma_desc_num
![]()
![]()
dmadesc_tx
![]()
![]()
dmadesc_rx
![]()
![]()
spicommon_dma_chan_alloc(spi_host_device_t, spi_dma_chan_t, spi_dma_ctx_t **);
![]()
![]()
spicommon_dma_desc_alloc(spi_dma_ctx_t *, int, int *);
![]()
![]()
spicommon_dma_desc_setup_link(spi_dma_desc_t *, const void *, int, bool);
![]()
![]()
spicommon_dma_chan_free(spi_dma_ctx_t *);
![]()
![]()
spicommon_bus_initialize_io(spi_host_device_t, const spi_bus_config_t *, uint32_t, uint32_t *);
![]()
![]()
spicommon_bus_free_io_cfg(const spi_bus_config_t *);
![]()
![]()
spicommon_cs_initialize(spi_host_device_t, int, int, int);
![]()
![]()
spicommon_cs_free_io(int);
![]()
![]()
spicommon_bus_using_iomux(spi_host_device_t);
![]()
![]()
spicommon_irqsource_for_host(spi_host_device_t);
![]()
![]()
spicommon_irqdma_source_for_host(spi_host_device_t);
![]()
![]()
spicommon_dmaworkaround_req_reset(int, dmaworkaround_cb_t, void *);
![]()
![]()
spicommon_dmaworkaround_reset_in_progress();
![]()
![]()
spicommon_dmaworkaround_idle(int);
![]()
![]()
spicommon_dmaworkaround_transfer_active(int);
![]()
![]()
spi_bus_main_set_lock(spi_bus_lock_handle_t);
![]()
![]()
spi_bus_get_attr(spi_host_device_t);
![]()
![]()
spi_bus_get_dma_ctx(spi_host_device_t);
![]()
![]()
spi_bus_register_destroy_func(spi_host_device_t, spi_destroy_func_t, void *);