ESP-IDF
UART_INTR_TX_DONE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
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_TX_DONE
UART_INTR_TX_DONE value
Syntax
Show:
Summary
Declaration
from
uart_ll.h:52
UART_INTR_TX_DONE
=
(
0x1
<
<
14
)
;
Examples
References
from
examples
Code
Location
Referrer
UART_INTR_TX_DONE
=
(
0x1
<
<
14
)
,
uart_ll.h:52
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:996
uart_enable_tx_write_fifo()
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:997
uart_enable_tx_write_fifo()
}
else
if
(
uart_intr_status
&
UART_INTR_TX_DONE
)
{
uart.c:1294
uart_rx_intr_handler_default()
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:1303
uart_rx_intr_handler_default()
uart_hal_disable_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:1305
uart_rx_intr_handler_default()
bool
disabled
=
!
(
uart_hal_get_intr_ena_status
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_TX_DONE
)
;
uart.c:1358
uart_wait_tx_done()
uart_hal_get_intraw_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
)
&
UART_INTR_TX_DONE
)
)
;
uart.c:1363
uart_wait_tx_done()
uart_hal_clr_intsts_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:1367
uart_wait_tx_done()
uart_hal_ena_intr_mask
(
&
(
uart_context
[
uart_num
]
.
hal
)
,
UART_INTR_TX_DONE
)
;
uart.c:1381
uart_wait_tx_done()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
UART_INTR_TX_DONE
is read by 3 functions:
All items filtered out
UART_INTR_TX_DONE
uart_enable_tx_write_fifo()
uart_rx_intr_handler_default()
uart_wait_tx_done()
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