ESP-IDF
uart_sw_flowctrl_t::xon_char
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_sw_flowctrl_t::xon_char
uart_sw_flowctrl_t::xon_char field
Xon flow control char
Syntax
Show:
Summary
Declaration
from
uart_types.h:137
uint8_t
xon_char
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
xon_char
;
/*!< Xon flow control char*/
uart_types.h:137
.
xon_char
=
XON
,
uart.c:401
uart_set_sw_flow_ctrl()
HAL_FORCE_MODIFY_U32_REG_FIELD
(
hw
->
swfc_conf
,
xon_character
,
flow_ctrl
->
xon_char
)
;
uart_ll.h:635
uart_ll_set_sw_flow_ctrl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_sw_flowctrl_t::xon_char
is read by 1 function:
All items filtered out
uart_sw_flowctrl_t::xon_char
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