ESP-IDF
UART_MODE_RS485_COLLISION_DETECT
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_COLLISION_DETECT
UART_MODE_RS485_COLLISION_DETECT value
mode: RS485 collision detection UART mode (used for test purposes)
Syntax
Show:
Summary
Declaration
from
uart_types.h:49
UART_MODE_RS485_COLLISION_DETECT
=
0x03
;
Examples
References
from
examples
Code
Location
Referrer
UART_MODE_RS485_COLLISION_DETECT
=
0x03
,
/*!< mode: RS485 collision detection UART mode (used for test purposes)*/
uart_types.h:49
if
(
(
mode
==
UART_MODE_RS485_COLLISION_DETECT
)
||
(
mode
==
UART_MODE_RS485_APP_CTRL
)
uart.c:1857
uart_set_mode()
if
(
mode
==
UART_MODE_RS485_COLLISION_DETECT
)
{
uart.c:1867
uart_set_mode()
ESP_RETURN_ON_FALSE
(
(
UART_IS_MODE_SET
(
uart_num
,
UART_MODE_RS485_HALF_DUPLEX
)
||
UART_IS_MODE_SET
(
uart_num
,
UART_MODE_RS485_COLLISION_DETECT
)
)
,
uart.c:1936
uart_get_collision_flag()
case
UART_MODE_RS485_COLLISION_DETECT
:
uart_ll.h:833
uart_ll_set_mode()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UART_MODE_RS485_COLLISION_DETECT
is read by 3 functions:
All items filtered out
UART_MODE_RS485_COLLISION_DETECT
uart_ll_set_mode()
uart_set_mode()
uart_get_collision_flag()
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