ESP-IDF
+
0
/1 examples
SourceVu will show references to
gdma_event_data_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
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
gdma_event_data_t
gdma_event_data_t struct
Type of GDMA event data
Syntax
Show:
Summary
Declaration
from
gdma.h:40
typedef
struct
{
union
{
intptr_t
rx_eof_desc_addr
;
intptr_t
tx_eof_desc_addr
;
}
;
struct
{
uint32_t
abnormal_eof
:
1
;
uint32_t
normal_eof
:
1
;
}
flags
;
}
gdma_event_data_t
;
Fields
Field
Declared as
gdma_event_data_t::flags
struct
{
uint32_t
abnormal_eof
:
1
;
uint32_t
normal_eof
:
1
;
}
Examples
gdma_event_data_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