ESP-IDF
rmt_rx_channel_config_t::flags
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::flags
rmt_rx_channel_config_t::flags field
RX channel config flags
Syntax
Show:
Summary
Declaration
from
rmt_rx.h:41
struct
{
uint32_t
invert_in
:
1
;
uint32_t
with_dma
:
1
;
uint32_t
io_loop_back
:
1
;
uint32_t
allow_pd
:
1
;
}
flags
;
Examples
References
from
examples
Code
Location
Referrer
}
flags
;
/*!< RX channel config flags */
rmt_rx.h:47
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()
ESP_RETURN_ON_FALSE
(
config
->
flags
.
allow_pd
==
0
,
ESP_ERR_NOT_SUPPORTED
,
TAG
,
"not able to power down in light sleep"
)
;
rmt_rx.c:204
rmt_new_rx_channel()
if
(
config
->
flags
.
with_dma
)
{
rmt_rx.c:259
rmt_new_rx_channel()
config
->
flags
.
invert_in
)
;
rmt_rx.c:315
rmt_new_rx_channel()
if
(
config
->
flags
.
io_loop_back
)
{
rmt_rx.c:319
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::flags
is read by 2 functions:
All items filtered out
rmt_rx_channel_config_t::flags
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