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
Code
Location
Scope
Referrer
typedef
enum
{
uart_types.h:45
}
uart_mode_t
;
uart_types.h:51
uart_mode_t
uart_mode
;
/*!< UART controller actual mode set by uart_set_mode() */
uart.c:134
uart_obj_t
uart_obj_t::uart_mode
esp_err_t
uart_set_mode
(
uart_port_t
uart_num
,
uart_mode_t
mode
)
uart.c:1853
uart_set_mode()
uart_set_mode()::mode
esp_err_t
uart_set_mode
(
uart_port_t
uart_num
,
uart_mode_t
mode
)
;
uart.h:710
uart_set_mode()
uart_set_mode()::mode
void
uart_hal_set_mode
(
uart_hal_context_t
*
hal
,
uart_mode_t
mode
)
uart_hal.c:101
uart_hal_set_mode()
uart_hal_set_mode()::mode
void
uart_hal_set_mode
(
uart_hal_context_t
*
hal
,
uart_mode_t
mode
)
;
uart_hal.h:354
uart_hal_set_mode()
uart_hal_set_mode()::mode
FORCE_INLINE_ATTR
void
uart_ll_set_mode
(
uart_dev_t
*
hw
,
uart_mode_t
mode
)
uart_ll.h:826
uart_ll_set_mode()
uart_ll_set_mode()::mode
}
uart_mode_t
;
uart_types.h:51
uart_mode_t
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
Instance
Scope
Location
Project
uart_set_mode()::mode
uart_set_mode()
uart.h:710
uart_ll_set_mode()::mode
uart_ll_set_mode()
uart_ll.h:826
uart_obj_t::uart_mode
uart_obj_t
uart.c:134
uart_set_mode()::mode
uart_set_mode()
uart.c:1853
uart_hal_set_mode()::mode
uart_hal_set_mode()
uart_hal.h:354
uart_hal_set_mode()::mode
uart_hal_set_mode()
uart_hal.c:101
Lifecycle
from
examples
All items filtered out
All items filtered out