ESP-IDF
+
0
/1 examples
SourceVu will show references to
gdma_channel_alloc_config_t
from the following samples and libraries:
controller_hci_uart_esp32c3_and_esp32s3 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdma_channel_alloc_config_t
gdma_channel_alloc_config_t struct
Collection of configuration items that used for allocating GDMA channel
Syntax
Show:
Summary
Declaration
from
gdma.h:29
typedef
struct
{
gdma_channel_handle_t
sibling_chan
;
gdma_channel_direction_t
direction
;
struct
{
int
reserve_sibling
:
1
;
}
flags
;
}
gdma_channel_alloc_config_t
;
Fields
Field
Declared as
Description
gdma_channel_alloc_config_t::sibling_chan
gdma_channel_handle_t
DMA sibling channel handle (NULL means having sibling is not necessary).
gdma_channel_alloc_config_t::direction
gdma_channel_direction_t
DMA channel direction.
gdma_channel_alloc_config_t::flags
struct
{
int
reserve_sibling
:
1
;
}
Related Functions
Found 3 other functions taking a
gdma_channel_alloc_config_t
argument:
Function
Description
gdma_new_ahb_channel()
Create AHB-GDMA channel
gdma_new_axi_channel()
Create AXI-GDMA channel
gdma_new_channel()
Deprecated APIs (will be removed in esp-idf 6.0) @cond Create GDMA channel (Legacy API)
Examples
gdma_channel_alloc_config_t
is referenced by 1 libraries and example projects:
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