ESP-IDF
rmt_signal_conn_t::
::channels
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_signal_conn_t::
::channels
rmt_signal_conn_t::
::channels field
Syntax
Show:
Summary
Declaration
from
rmt_periph.h:26
struct
{
struct
{
const
int
tx_sig
;
const
int
rx_sig
;
}
;
}
channels
[
SOC_RMT_CHANNELS_PER_GROUP
]
;
Examples
References
from
examples
Code
Location
Referrer
}
channels
[
SOC_RMT_CHANNELS_PER_GROUP
]
;
rmt_periph.h:31
esp_rom_gpio_connect_out_signal
(
gpio_num
,
rmt_periph_signals
.
groups
[
0
]
.
channels
[
channel
]
.
tx_sig
,
invert_signal
,
0
)
;
rmt_legacy.c:555
rmt_set_gpio()
esp_rom_gpio_connect_in_signal
(
gpio_num
,
rmt_periph_signals
.
groups
[
0
]
.
channels
[
channel
]
.
rx_sig
,
invert_signal
)
;
rmt_legacy.c:559
rmt_set_gpio()
.
channels
=
{
rmt_periph.c:15
rmt_periph_signals
.
groups
[
group_id
]
.
channels
[
channel_id
+
RMT_RX_CHANNEL_OFFSET_IN_GROUP
]
.
rx_sig
,
rmt_rx.c:158
rmt_rx_destroy()
rmt_periph_signals
.
groups
[
group_id
]
.
channels
[
channel_id
+
RMT_RX_CHANNEL_OFFSET_IN_GROUP
]
.
rx_sig
,
rmt_rx.c:314
rmt_new_rx_channel()
rmt_periph_signals
.
groups
[
group_id
]
.
channels
[
channel_id
+
RMT_TX_CHANNEL_OFFSET_IN_GROUP
]
.
tx_sig
,
rmt_tx.c:365
rmt_new_tx_channel()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
rmt_signal_conn_t::
::channels
is read by 4 functions:
All items filtered out
rmt_signal_conn_t::
::channels
rmt_set_gpio()
rmt_rx_destroy()
rmt_new_rx_channel()
rmt_new_tx_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