ESP-IDF
uart_context_t::hw_enabled
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_context_t::hw_enabled
uart_context_t::hw_enabled field
Syntax
Show:
Summary
Declaration
from
uart.c:172
bool
hw_enabled
;
Examples
References
from
examples
Code
Location
Referrer
bool
hw_enabled
;
uart.c:172
UART_CONTEXT_INIT_DEF
(
UART_NUM_0
)
,
uart.c:178
UART_CONTEXT_INIT_DEF
(
UART_NUM_1
)
,
uart.c:179
UART_CONTEXT_INIT_DEF
(
UART_NUM_2
)
,
uart.c:181
if
(
uart_context
[
uart_num
]
.
hw_enabled
!=
true
)
{
uart.c:203
uart_module_enable()
uart_context
[
uart_num
]
.
hw_enabled
=
true
;
uart.c:246
uart_module_enable()
if
(
uart_context
[
uart_num
]
.
hw_enabled
!=
false
)
{
uart.c:254
uart_module_disable()
uart_context
[
uart_num
]
.
hw_enabled
=
false
;
uart.c:279
uart_module_disable()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
uart_context_t::hw_enabled
is written by 2 functions and is read by 2 functions:
uart_module_enable()
uart_module_disable()
All items filtered out
uart_context_t::hw_enabled
uart_module_enable()
uart_module_disable()
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