ESP-IDF
uart_dev_s::flow_conf
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::flow_conf
uart_dev_s::flow_conf field
Syntax
Show:
Summary
Declaration
from
uart_struct.h:223
union
{
struct
{
uint32_t
sw_flow_con_en
:
1
;
uint32_t
xonoff_del
:
1
;
uint32_t
force_xon
:
1
;
uint32_t
force_xoff
:
1
;
uint32_t
send_xon
:
1
;
uint32_t
send_xoff
:
1
;
uint32_t
reserved6
:
26
;
}
;
uint32_t
val
;
}
flow_conf
;
Examples
References
from
examples
Code
Location
Referrer
}
flow_conf
;
uart_struct.h:234
hw
->
flow_conf
.
xonoff_del
=
1
;
uart_ll.h:631
uart_ll_set_sw_flow_ctrl()
hw
->
flow_conf
.
sw_flow_con_en
=
1
;
uart_ll.h:632
uart_ll_set_sw_flow_ctrl()
hw
->
flow_conf
.
sw_flow_con_en
=
0
;
uart_ll.h:638
uart_ll_set_sw_flow_ctrl()
hw
->
flow_conf
.
xonoff_del
=
0
;
uart_ll.h:639
uart_ll_set_sw_flow_ctrl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_dev_s::flow_conf
is read by 1 function:
All items filtered out
uart_dev_s::flow_conf
uart_ll_set_sw_flow_ctrl()
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