ESP-IDF
gdma_buffer_mount_config_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdma_buffer_mount_config_t
gdma_buffer_mount_config_t struct
DMA buffer mount configurations
Syntax
Show:
Summary
Declaration
from
gdma_link.h:63
typedef
struct
{
void
*
buffer
;
size_t
length
;
struct
gdma_buffer_mount_flags
{
uint32_t
mark_eof
:
1
;
uint32_t
mark_final
:
1
;
}
flags
;
}
gdma_buffer_mount_config_t
;
Fields
Field
Declared as
gdma_buffer_mount_config_t::buffer
void
*
gdma_buffer_mount_config_t::length
size_t
gdma_buffer_mount_config_t::flags
struct
gdma_buffer_mount_flags
{
uint32_t
mark_eof
:
1
;
uint32_t
mark_final
:
1
;
}
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