ESP-IDF
uart_hal_get_intr_ena_status
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_hal_get_intr_ena_status
uart_hal_get_intr_ena_status macro
Get status of enabled interrupt
Syntax
Show:
Summary
Declaration
from
uart_hal.h:107
#define
uart_hal_get_intr_ena_status
(
hal
)
uart_ll_get_intr_ena_status
(
(
hal
)
->
dev
)
Arguments
Argument
Description
hal
Context of the HAL layer
Return value
UART Interrupt enabled value
Examples
References
from
examples
Code
Location
#define
uart_hal_get_intr_ena_status
(
hal
)
uart_ll_get_intr_ena_status
(
(
hal
)
->
dev
)
uart_hal.h:107
bool
disabled
=
!
(
uart_hal_get_intr_ena_status
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_TX_DONE
)
;
uart.c:1358
if
(
uart_hal_get_intr_ena_status
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_RXFIFO_FULL
)
{
uart.c:1892
if
(
uart_hal_get_intr_ena_status
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_TXFIFO_EMPTY
)
{
uart.c:1909
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