ESP-IDF
uart_context_t
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/5)...
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
uart_context_t struct
Syntax
Show:
Summary
Declaration
from
uart.c:167
typedef
struct
{
_lock_t
mutex
;
uart_port_t
port_id
;
uart_hal_context_t
hal
;
DECLARE_CRIT_SECTION_LOCK_IN_STRUCT
(
spinlock
)
bool
hw_enabled
;
}
uart_context_t
;
Fields
Field
Declared as
Description
uart_context_t::mutex
_lock_t
Protect uart_module_enable, uart_module_disable, retention, etc.
uart_context_t::port_id
uart_port_t
uart_context_t::hal
uart_hal_context_t
UART hal context.
uart_context_t::spinlock
DECLARE_CRIT_SECTION_LOCK_IN_STRUCT
(
uart_context_t::hw_enabled
bool
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
uart.c:167
}
uart_context_t
;
uart.c:173
uart_context_t
static
uart_context_t
uart_context
[
UART_NUM_MAX
]
=
{
uart.c:177
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
Instance
Scope
Location
Project
uart_context
uart.c:177
Lifecycle
from
examples
All items filtered out
All items filtered out