ESP-IDF
uart_dev_s::
::
::sw_rts
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uart_dev_s::
::
::sw_rts
uart_dev_s::
::
::sw_rts field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:163
uint32_t
sw_rts
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
sw_rts
:
1
;
/*This register is used to configure the software rts signal which is used in software flow control.*/
uart_struct.h:163
hw
->
conf0
.
sw_rts
=
level
&
0x1
;
uart_ll.h:688
uart_ll_set_rts_active_level()
hw
->
conf0
.
sw_rts
=
0
;
uart_ll.h:760
uart_ll_set_mode_rs485_app_ctrl()
hw
->
conf0
.
sw_rts
=
1
;
uart_ll.h:775
uart_ll_set_mode_rs485_half_duplex()
hw
->
conf0
.
sw_rts
=
0
;
uart_ll.h:798
uart_ll_set_mode_collision_detect()
hw
->
conf0
.
sw_rts
=
0
;
uart_ll.h:814
uart_ll_set_mode_irda()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::sw_rts
is written by 5 functions:
uart_ll_set_rts_active_level()
uart_ll_set_mode_rs485_app_ctrl()
uart_ll_set_mode_rs485_half_duplex()
uart_ll_set_mode_collision_detect()
uart_ll_set_mode_irda()
All items filtered out
uart_dev_s::
::
::sw_rts
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