HAL
+
0
/2 examples
SourceVu will show references to
UART_FLAG_TXE
from the following samples and libraries:
Examples
STM32446E-Nucleo
Examples
UART
UART_ReceptionToIdle_CircularDMA
STM32F429ZI-Nucleo
Examples
UART
UART_ReceptionToIdle_CircularDMA
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
STM32 Libraries and Samples
HAL
UART_FLAG_TXE
UART_FLAG_TXE macro
Syntax
Show:
Summary
Declaration
from
stm32f4xx_hal_uart.h:361
#define
UART_FLAG_TXE
(
(
uint32_t
)
USART_SR_TXE
)
Examples
UART_FLAG_TXE
is referenced by 2 libraries and example projects:
Examples
STM32446E-Nucleo
Examples
UART
UART_ReceptionToIdle_CircularDMA
STM32F429ZI-Nucleo
Examples
UART
UART_ReceptionToIdle_CircularDMA
References
from
0/2
examples
Code
Location
#define
UART_FLAG_TXE
(
(
uint32_t
)
USART_SR_TXE
)
stm32f4xx_hal_uart.h:361
if
(
UART_WaitOnFlagUntilTimeout
(
huart
,
UART_FLAG_TXE
,
RESET
,
tickstart
,
Timeout
)
!=
HAL_OK
)
stm32f4xx_hal_uart.c:1172
if
(
(
READ_BIT
(
huart
->
Instance
->
CR1
,
USART_CR1_RE
)
!=
0U
)
&&
(
Flag
!=
UART_FLAG_TXE
)
&&
(
Flag
!=
UART_FLAG_TC
)
)
stm32f4xx_hal_uart.c:3200
Call Tree
from
0/2
examples
All items filtered out
All items filtered out
Data Use
from
0/2
examples
All items filtered out
All items filtered out
Class Tree
from
0/2
examples
All items filtered out
All items filtered out
Override Tree
from
0/2
examples
All items filtered out
All items filtered out
Implementations
from
0/2
examples
All items filtered out
All items filtered out
Instances
from
0/2
examples
Lifecycle
from
0/2
examples
All items filtered out
All items filtered out