ESP-IDF
UART_FLOW_CONF_REG
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
UART_FLOW_CONF_REG
UART_FLOW_CONF_REG macro
Syntax
Show:
Summary
Declaration
from
uart_reg.h:845
#define
UART_FLOW_CONF_REG
(
i
)
(
REG_UART_BASE
(
i
)
+
0x34
)
Arguments
Argument
i
Examples
References
from
examples
Code
Location
#define
UART_FLOW_CONF_REG
(
i
)
(
REG_UART_BASE
(
i
)
+
0x34
)
uart_reg.h:845
REG_SET_BIT
(
UART_FLOW_CONF_REG
(
uart_num
)
,
UART_FORCE_XOFF
)
;
uart_ll.h:1098
REG_CLR_BIT
(
UART_FLOW_CONF_REG
(
uart_num
)
,
UART_FORCE_XOFF
)
;
uart_ll.h:1110
REG_SET_BIT
(
UART_FLOW_CONF_REG
(
uart_num
)
,
UART_FORCE_XON
)
;
uart_ll.h:1111
REG_CLR_BIT
(
UART_FLOW_CONF_REG
(
uart_num
)
,
UART_FORCE_XON
)
;
uart_ll.h:1112
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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