ESP-IDF
+
0
/1 examples
SourceVu will show references to
GDMA_MAKE_TRIGGER
from the following samples and libraries:
controller_hci_uart_esp32c3_and_esp32s3 sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
GDMA_MAKE_TRIGGER
GDMA_MAKE_TRIGGER macro
Helper macro to initialize GDMA trigger
Syntax
Show:
Summary
Declaration
from
gdma.h:99
#define
GDMA_MAKE_TRIGGER
(
peri
,
id
)
\
(
gdma_trigger_t
)
{
.
periph
=
peri
,
.
instance_id
=
SOC_
##
peri
##
id
,
.
bus_id
=
SOC_
##
peri
##
id
##
_BUS
}
Arguments
Argument
peri
id
Notes
value of `peri` must be selected from `gdma_trigger_peripheral_t` enum. e.g. GDMA_MAKE_TRIGGER(GDMA_TRIG_PERIPH_I2S,0)
Examples
GDMA_MAKE_TRIGGER
is referenced by 1 libraries and example projects:
controller_hci_uart_esp32c3_and_esp32s3 sample
References
from
0/1
examples
Code
Location
#define
GDMA_MAKE_TRIGGER
(
peri
,
id
)
\
gdma.h:99
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