ESP-IDF
spi_dma_ctx_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_dma_ctx_t
spi_dma_ctx_t struct
Syntax
Show:
Summary
Declaration
from
spi_common_internal.h:60
typedef
struct
{
#if
SOC_GDMA_SUPPORTED
gdma_channel_handle_t
tx_dma_chan
;
gdma_channel_handle_t
rx_dma_chan
;
#else
spi_dma_chan_handle_t
tx_dma_chan
;
spi_dma_chan_handle_t
rx_dma_chan
;
#endif
int
dma_desc_num
;
spi_dma_desc_t
*
dmadesc_tx
;
spi_dma_desc_t
*
dmadesc_rx
;
}
spi_dma_ctx_t
;
Fields
Field
Declared as
spi_dma_ctx_t::tx_dma_chan
spi_dma_chan_handle_t
spi_dma_ctx_t::rx_dma_chan
spi_dma_chan_handle_t
spi_dma_ctx_t::dma_desc_num
int
spi_dma_ctx_t::dmadesc_tx
spi_dma_desc_t
*
spi_dma_ctx_t::dmadesc_rx
spi_dma_desc_t
*
Related Functions
Found 5 other functions taking a
spi_dma_ctx_t
argument:
Function
Description
spicommon_dma_chan_free()
Free DMA for SPI
spicommon_dma_chan_alloc()
Alloc DMA channel for SPI
spicommon_dma_desc_alloc()
Alloc DMA descriptors for SPI
alloc_dma_chan()
s_spi_slave_dma_prepare_data()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out