ESP-IDF
UART_INTR_CMD_CHAR_DET
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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_INTR_CMD_CHAR_DET
UART_INTR_CMD_CHAR_DET value
Syntax
Show:
Summary
Declaration
from
uart_ll.h:56
UART_INTR_CMD_CHAR_DET
=
(
0x1
<
<
18
)
;
Examples
References
from
examples
Code
Location
Referrer
UART_INTR_CMD_CHAR_DET
=
(
0x1
<
<
18
)
,
uart_ll.h:56
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:633
uart_enable_pattern_det_baud_intr()
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:636
uart_enable_pattern_det_baud_intr()
return
uart_disable_intr_mask
(
uart_num
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:643
uart_disable_pattern_det_intr()
||
(
uart_intr_status
&
UART_INTR_CMD_CHAR_DET
)
uart.c:1127
uart_rx_intr_handler_default()
uart_intr_status
|=
UART_INTR_CMD_CHAR_DET
;
uart.c:1130
uart_rx_intr_handler_default()
if
(
uart_intr_status
&
UART_INTR_CMD_CHAR_DET
)
{
uart.c:1145
uart_rx_intr_handler_default()
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:1146
uart_rx_intr_handler_default()
if
(
uart_intr_status
&
UART_INTR_CMD_CHAR_DET
)
{
uart.c:1192
uart_rx_intr_handler_default()
if
(
uart_intr_status
&
UART_INTR_CMD_CHAR_DET
)
{
uart.c:1218
uart_rx_intr_handler_default()
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:1219
uart_rx_intr_handler_default()
}
else
if
(
uart_intr_status
&
UART_INTR_CMD_CHAR_DET
)
{
uart.c:1280
uart_rx_intr_handler_default()
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_CMD_CHAR_DET
)
;
uart.c:1281
uart_rx_intr_handler_default()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UART_INTR_CMD_CHAR_DET
is read by 3 functions:
All items filtered out
UART_INTR_CMD_CHAR_DET
uart_enable_pattern_det_baud_intr()
uart_disable_pattern_det_intr()
uart_rx_intr_handler_default()
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