ESP-IDF
UART_MODE_RS485_APP_CTRL
is only used within ESP-IDF.
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_MODE_RS485_APP_CTRL
UART_MODE_RS485_APP_CTRL value
mode: application control RS485 UART mode (used for test purposes)
Syntax
Show:
Summary
Declaration
from
uart_types.h:50
UART_MODE_RS485_APP_CTRL
=
0x04
;
Examples
References
from
examples
Code
Location
Referrer
UART_MODE_RS485_APP_CTRL
=
0x04
,
/*!< mode: application control RS485 UART mode (used for test purposes)*/
uart_types.h:50
if
(
(
mode
==
UART_MODE_RS485_COLLISION_DETECT
)
||
(
mode
==
UART_MODE_RS485_APP_CTRL
)
uart.c:1857
uart_set_mode()
case
UART_MODE_RS485_APP_CTRL
:
uart_ll.h:836
uart_ll_set_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UART_MODE_RS485_APP_CTRL
is read by 2 functions:
All items filtered out
UART_MODE_RS485_APP_CTRL
uart_ll_set_mode()
uart_set_mode()
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