ESP-IDF
+
0
/1 examples
SourceVu will show references to
uart_periph_sig_t::signal
from the following samples and libraries:
uart_repl sample
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
uart_periph_sig_t::signal
uart_periph_sig_t::signal field
Syntax
Show:
Summary
Declaration
from
uart_periph.h:46
uint32_t
signal
:
12
;
Examples
uart_periph_sig_t::signal
is referenced by 1 libraries and example projects:
uart_repl sample
References
from
0/1
examples
Code
Location
Referrer
uint32_t
signal
:
12
;
uart_periph.h:46
gpio_iomux_in
(
io_num
,
upin
->
signal
)
;
uart.c:692
uart_try_set_iomux_pin()
esp_rom_gpio_connect_out_signal
(
tx_io_num
,
UART_PERIPH_SIGNAL
(
uart_num
,
SOC_UART_TX_PIN_IDX
)
,
0
,
0
)
;
uart.c:758
uart_set_pin()
esp_rom_gpio_connect_in_signal
(
rx_io_num
,
UART_PERIPH_SIGNAL
(
uart_num
,
SOC_UART_RX_PIN_IDX
)
,
0
)
;
uart.c:776
uart_set_pin()
esp_rom_gpio_connect_out_signal
(
rts_io_num
,
UART_PERIPH_SIGNAL
(
uart_num
,
SOC_UART_RTS_PIN_IDX
)
,
0
,
0
)
;
uart.c:794
uart_set_pin()
esp_rom_gpio_connect_in_signal
(
cts_io_num
,
UART_PERIPH_SIGNAL
(
uart_num
,
SOC_UART_CTS_PIN_IDX
)
,
0
)
;
uart.c:812
uart_set_pin()
.
signal
=
U0TXD_OUT_IDX
,
uart_periph.c:19
.
signal
=
U0RXD_IN_IDX
,
uart_periph.c:26
.
signal
=
U0RTS_OUT_IDX
,
uart_periph.c:33
.
signal
=
U0CTS_IN_IDX
,
uart_periph.c:40
.
signal
=
U1TXD_OUT_IDX
,
uart_periph.c:52
.
signal
=
U1RXD_IN_IDX
,
uart_periph.c:59
.
signal
=
U1RTS_OUT_IDX
,
uart_periph.c:66
.
signal
=
U1CTS_IN_IDX
,
uart_periph.c:73
.
signal
=
U2TXD_OUT_IDX
,
uart_periph.c:85
.
signal
=
U2RXD_IN_IDX
,
uart_periph.c:92
.
signal
=
U2RTS_OUT_IDX
,
uart_periph.c:99
.
signal
=
U2CTS_IN_IDX
,
uart_periph.c:106
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
uart_periph_sig_t::signal
is read by 2 functions:
All items filtered out
uart_periph_sig_t::signal
uart_try_set_iomux_pin()
uart_set_pin()
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