ESP-IDF
RMT_ENCODE_RX_CHANNEL
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
RMT_ENCODE_RX_CHANNEL
RMT_ENCODE_RX_CHANNEL macro
Syntax
Show:
Summary
Declaration
from
rmt_legacy.c:63
#define
RMT_ENCODE_RX_CHANNEL
(
decode_chan
)
(
(
decode_chan
+
RMT_RX_CHANNEL_ENCODING_START
)
)
Arguments
Argument
decode_chan
Examples
References
from
examples
Code
Location
#define
RMT_ENCODE_RX_CHANNEL
(
decode_chan
)
(
(
decode_chan
+
RMT_RX_CHANNEL_ENCODING_START
)
)
rmt_legacy.c:63
rmt_obj_t
*
p_rmt
=
p_rmt_obj
[
RMT_ENCODE_RX_CHANNEL
(
channel
)
]
;
rmt_legacy.c:833
addr
=
(
rmt_item32_t
*
)
RMTMEM
.
chan
[
RMT_ENCODE_RX_CHANNEL
(
channel
)
]
.
data32
;
rmt_legacy.c:839
rmt_obj_t
*
p_rmt
=
p_rmt_obj
[
RMT_ENCODE_RX_CHANNEL
(
channel
)
]
;
rmt_legacy.c:924
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