ESP-IDF
spi_dma_start()
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
spi_dma_start()
spi_dma_start() function
Start dma channel for spi_dma
Syntax
Show:
Summary
Declaration
Definition
from
spi_dma.h:59
void
spi_dma_start
(
spi_dma_chan_handle_t
chan_handle
,
void
*
addr
)
;
Implemented in
spi_dma.c:59
Arguments
Argument
Description
chan_handle
Context of the spi_dma channel.
addr
Addr of linked dma descriptor to mount
Related Functions
Found 4 other functions taking a
spi_dma_chan_handle_t
argument:
Function
Description
spi_dma_reset()
Reset dma channel for spi_dma
spi_dma_enable_burst()
Enable/Disable data/desc burst for spi_dma channel
spi_dma_append()
Re-trigger a HW pre-load to pick up appended linked descriptor
spi_dma_get_eof_desc()
Get EOF descriptor for a dma channel
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