ESP-IDF
spicommon_dma_chan_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spicommon_dma_chan_free()
spicommon_dma_chan_free() function
Free DMA for SPI
Syntax
Show:
Summary
Declaration
Definition
from
spi_common_internal.h:121
esp_err_t
spicommon_dma_chan_free
(
spi_dma_ctx_t
*
dma_ctx
)
;
Implemented in
spi_common.c:339
Arguments
Argument
Description
dma_ctx
spi_dma_ctx_t struct pointer
Return value
- ESP_OK: On success
Related Functions
Found 4 other functions taking a
spi_dma_ctx_t
argument:
Function
Description
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