ESP-IDF
uart_hal_get_intraw_mask
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/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_hal_get_intraw_mask
uart_hal_get_intraw_mask macro
Get the UART raw interrupt status
Syntax
Show:
Summary
Declaration
from
uart_hal.h:89
#define
uart_hal_get_intraw_mask
(
hal
)
uart_ll_get_intraw_mask
(
(
hal
)
->
dev
)
Arguments
Argument
Description
hal
Context of the HAL layer
Return value
UART raw interrupt status
Examples
References
from
examples
Code
Location
#define
uart_hal_get_intraw_mask
(
hal
)
uart_ll_get_intraw_mask
(
(
hal
)
->
dev
)
uart_hal.h:89
uart_hal_get_intraw_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_TX_DONE
)
)
;
uart.c:1363
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