ESP-IDF
gdma_channel_direction_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
gdma_channel_direction_t
gdma_channel_direction_t enum
Syntax
Show:
Summary
Declaration
from
gdma_types.h:36
enum
{
GDMA_CHANNEL_DIRECTION_TX
,
GDMA_CHANNEL_DIRECTION_RX
,
}
;
Values
Value
Declared as
Description
gdma_channel_direction_t::GDMA_CHANNEL_DIRECTION_TX
GDMA channel direction: TX.
gdma_channel_direction_t::GDMA_CHANNEL_DIRECTION_RX
GDMA channel direction: RX.
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
enum
{
gdma_types.h:36
}
gdma_channel_direction_t
;
gdma_types.h:39
gdma_channel_direction_t
direction
;
/*!< DMA channel direction */
gdma.h:31
gdma_channel_alloc_config_t
gdma_channel_alloc_config_t::direction
}
gdma_channel_direction_t
;
gdma_types.h:39
gdma_channel_direction_t
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
gdma_channel_alloc_config_t::direction
gdma_channel_alloc_config_t
gdma.h:31
Lifecycle
from
examples
All items filtered out
All items filtered out