ESP-IDF
spi_dma_chan_dir_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
spi_dma_chan_dir_t
spi_dma_chan_dir_t enum
Syntax
Show:
Summary
Declaration
from
spi_dma.h:19
enum
{
DMA_CHANNEL_DIRECTION_TX
,
DMA_CHANNEL_DIRECTION_RX
,
}
;
Values
Value
Declared as
Description
spi_dma_chan_dir_t::DMA_CHANNEL_DIRECTION_TX
DMA channel direction: TX.
spi_dma_chan_dir_t::DMA_CHANNEL_DIRECTION_RX
DMA channel direction: RX.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
spi_dma.h:19
}
spi_dma_chan_dir_t
;
spi_dma.h:22
spi_dma_chan_dir_t
spi_dma_chan_dir_t
dir
;
spi_dma.h:26
spi_dma_chan_handle_t
spi_dma_chan_handle_t::dir
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
Instance
Scope
Location
Project
spi_dma_chan_handle_t::dir
spi_dma_chan_handle_t
spi_dma.h:26
Lifecycle
from
examples
All items filtered out
All items filtered out