ESP-IDF
rmt_rx_channel_config_t::
::with_dma
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
rmt_rx_channel_config_t::
::with_dma
rmt_rx_channel_config_t::
::with_dma field
If set, the driver will allocate an RMT channel with DMA capability
Syntax
Show:
Summary
Declaration
from
rmt_rx.h:43
uint32_t
with_dma
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
with_dma
:
1
;
/*!< If set, the driver will allocate an RMT channel with DMA capability */
rmt_rx.h:43
if
(
config
->
flags
.
with_dma
)
{
rmt_rx.c:93
rmt_rx_register_to_group()
ESP_RETURN_ON_FALSE
(
config
->
flags
.
with_dma
==
0
,
ESP_ERR_NOT_SUPPORTED
,
TAG
,
"DMA not supported"
)
;
rmt_rx.c:200
rmt_new_rx_channel()
if
(
config
->
flags
.
with_dma
)
{
rmt_rx.c:259
rmt_new_rx_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_rx_channel_config_t::
::with_dma
is read by 2 functions:
All items filtered out
rmt_rx_channel_config_t::
::with_dma
rmt_rx_register_to_group()
rmt_new_rx_channel()
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