ESP-IDF
+
0
/6 examples
SourceVu will show references to
uart_port_t
from the following samples and libraries:
esp_zigbee_gateway sample
nmea0183_parser sample
mb_master sample
mb_slave sample
mb_tcp_master sample
mb_tcp_slave sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_port_t
uart_port_t enum
Syntax
Show:
Summary
Declaration
from
uart_types.h:22
enum
{
UART_NUM_0
,
UART_NUM_1
,
#if
SOC_UART_HP_NUM
>
2
UART_NUM_2
,
#endif
#if
SOC_UART_HP_NUM
>
3
UART_NUM_3
,
#endif
#if
SOC_UART_HP_NUM
>
4
UART_NUM_4
,
#endif
#if
(
SOC_UART_LP_NUM
>=
1
)
LP_UART_NUM_0
,
#endif
UART_NUM_MAX
,
}
;
Values
Value
Declared as
Description
uart_port_t::UART_NUM_0
UART port 0.
uart_port_t::UART_NUM_1
UART port 1.
uart_port_t::UART_NUM_2
UART port 2.
uart_port_t::UART_NUM_MAX
UART port max.
Examples
uart_port_t
is referenced by 6 libraries and example projects:
References
from
examples
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