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 (1/5)...
Files
loading (3/5)...
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:
controller_hci_uart_esp32c3_and_esp32s3 sample
References
from
0/1
examples
Code
Location
Referrer
typedef
struct
{
gdma.h:40
}
gdma_event_data_t
;
gdma.h:50
gdma_event_data_t
typedef
bool
(
*
gdma_event_callback_t
)
(
gdma_channel_handle_t
dma_chan
,
gdma_event_data_t
*
event_data
,
void
*
user_data
)
;
gdma.h:61
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out