ESP-IDF
uart_mode_t
is only used within ESP-IDF.
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_mode_t
uart_mode_t enum
Syntax
Show:
Summary
Declaration
from
uart_types.h:45
enum
{
UART_MODE_UART
=
0x00
,
UART_MODE_RS485_HALF_DUPLEX
=
0x01
,
UART_MODE_IRDA
=
0x02
,
UART_MODE_RS485_COLLISION_DETECT
=
0x03
,
UART_MODE_RS485_APP_CTRL
=
0x04
,
}
;
Values
Value
Declared as
Description
uart_mode_t::UART_MODE_UART
=
0x00
mode: regular UART mode.
uart_mode_t::UART_MODE_RS485_HALF_DUPLEX
=
0x01
mode: half duplex RS485 UART mode control by RTS pin.
uart_mode_t::UART_MODE_IRDA
=
0x02
mode: IRDA UART mode.
uart_mode_t::UART_MODE_RS485_COLLISION_DETECT
=
0x03
mode: RS485 collision detection UART mode (used for test purposes).
uart_mode_t::UART_MODE_RS485_APP_CTRL
=
0x04
mode: application control RS485 UART mode (used for test purposes).
Examples
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