ESP-IDF
gdma_link_list_item_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_link_list_item_t
gdma_link_list_item_t struct
Syntax
Show:
Summary
Declaration
Definition
from
gdma_link.c:33
typedef
struct
gdma_link_list_item_t
gdma_link_list_item_t
;
Implemented in
gdma_link.c:34
Fields
Field
Declared as
Description
gdma_link_list_item_t::dw0
struct
{
uint32_t
size
:
12
;
uint32_t
length
:
12
;
uint32_t
reversed24
:
4
;
uint32_t
err_eof
:
1
;
uint32_t
reserved29
:
1
;
uint32_t
suc_eof
:
1
;
uint32_t
owner
:
1
;
}
list item Word 0.
gdma_link_list_item_t::buffer
void
*
Pointer to the buffer.
gdma_link_list_item_t::next
gdma_link_list_item_t
*
Pointer to the next list item (set to NULL if the list item is the last one of the link).
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