ESP-IDF
spi_dma_get_eof_desc()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
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_get_eof_desc()
spi_dma_get_eof_desc() function
Get EOF descriptor for a dma channel
Syntax
Show:
Summary
Declaration
from
spi_dma.h:66
uint32_t
spi_dma_get_eof_desc
(
spi_dma_chan_handle_t
chan_handle
)
;
Arguments
Argument
Description
chan_handle
Context of the spi_dma channel.
Related Functions
Found 4 other functions taking a
spi_dma_chan_handle_t
argument:
Function
Description
spi_dma_start()
Start dma channel for spi_dma
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
Examples
References
from
examples
Code
Location
uint32_t
spi_dma_get_eof_desc
(
spi_dma_chan_handle_t
chan_handle
)
;
spi_dma.h:66
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