ESP-IDF
uart_hal_ena_intr_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_ena_intr_mask
uart_hal_ena_intr_mask macro
Enable the UART interrupt
Syntax
Show:
Summary
Declaration
from
uart_hal.h:80
#define
uart_hal_ena_intr_mask
(
hal
,
mask
)
uart_ll_ena_intr_mask
(
(
hal
)
->
dev
,
mask
)
Arguments
Argument
Description
hal
Context of the HAL layer
mask
The UART interrupt mask to be enabled. Using the ORred mask of `UART_INTR_RXFIFO_FULL ... UART_INTR_CMD_CHAR_DET`
Return value
None
Examples
References
from
examples
Code
Location
#define
uart_hal_ena_intr_mask
(
hal
,
mask
)
uart_ll_ena_intr_mask
(
(
hal
)
->
dev
,
mask
)
uart_hal.h:80
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
enable_mask
)
;
uart.c:450
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
mask
)
;
uart.c:472
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:636
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TXFIFO_EMPTY
)
;
uart.c:668
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
intr_conf
->
intr_enable_mask
)
;
uart.c:965
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:997
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_BRK_DONE
)
;
uart.c:1097
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TXFIFO_EMPTY
)
;
uart.c:1121
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TXFIFO_EMPTY
)
;
uart.c:1264
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:1381
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_BRK_DONE
)
;
uart.c:1469
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_RXFIFO_TOUT
uart.c:1871
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