ESP-IDF
uart_dev_s::
::
::rx_flow_en
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_dev_s::
::
::rx_flow_en
uart_dev_s::
::
::rx_flow_en field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:196
uint32_t
rx_flow_en
:
1
;
Examples
References
from
examples
Code
Location
Referrer
uint32_t
rx_flow_en
:
1
;
/*This is the flow enable bit for uart receiver. 1:choose software flow control with configuring sw_rts signal*/
uart_struct.h:196
hw
->
conf1
.
rx_flow_en
=
1
;
uart_ll.h:589
uart_ll_set_hw_flow_ctrl()
hw
->
conf1
.
rx_flow_en
=
0
;
uart_ll.h:591
uart_ll_set_hw_flow_ctrl()
if
(
hw
->
conf1
.
rx_flow_en
)
{
uart_ll.h:611
uart_ll_get_hw_flow_ctrl()
return
hw
->
conf1
.
rx_flow_en
;
uart_ll.h:911
uart_ll_is_hw_rts_en()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::
::
::rx_flow_en
is written by 1 function and is read by 2 functions:
uart_ll_set_hw_flow_ctrl()
All items filtered out
uart_dev_s::
::
::rx_flow_en
uart_ll_get_hw_flow_ctrl()
uart_ll_is_hw_rts_en()
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