ESP-IDF
+
0
/1 examples
SourceVu will show references to
SOC_UART_RX_PIN_IDX
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
SOC_UART_RX_PIN_IDX
SOC_UART_RX_PIN_IDX macro
Syntax
Show:
Summary
Declaration
from
uart_periph.h:25
#define
SOC_UART_RX_PIN_IDX
(
1
)
Examples
SOC_UART_RX_PIN_IDX
is referenced by 1 libraries and example projects:
uart_repl sample
References
from
0/1
examples
Code
Location
#define
SOC_UART_RX_PIN_IDX
(
1
)
uart_periph.h:25
if
(
rx_io_num
>=
0
&&
(
tx_rx_same_io
||
!
uart_try_set_iomux_pin
(
uart_num
,
rx_io_num
,
SOC_UART_RX_PIN_IDX
)
)
)
{
uart.c:771
esp_rom_gpio_connect_in_signal
(
rx_io_num
,
UART_PERIPH_SIGNAL
(
uart_num
,
SOC_UART_RX_PIN_IDX
)
,
0
)
;
uart.c:776
[
SOC_UART_RX_PIN_IDX
]
=
{
uart_periph.c:22
[
SOC_UART_RX_PIN_IDX
]
=
{
uart_periph.c:55
[
SOC_UART_RX_PIN_IDX
]
=
{
uart_periph.c:88
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
All items filtered out
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