STM32L443xx HAL User Manual
Defines
USART Flags
USART Exported Constants

Elements values convention: 0xXXXX. More...

Defines

#define USART_FLAG_REACK   USART_ISR_REACK
#define USART_FLAG_TEACK   USART_ISR_TEACK
#define USART_FLAG_BUSY   USART_ISR_BUSY
#define USART_FLAG_TXE   USART_ISR_TXE
#define USART_FLAG_RTOF   USART_ISR_RTOF
#define USART_FLAG_TC   USART_ISR_TC
#define USART_FLAG_RXNE   USART_ISR_RXNE
#define USART_FLAG_IDLE   USART_ISR_IDLE
#define USART_FLAG_ORE   USART_ISR_ORE
#define USART_FLAG_NE   USART_ISR_NE
#define USART_FLAG_FE   USART_ISR_FE
#define USART_FLAG_PE   USART_ISR_PE

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define USART_FLAG_BUSY   USART_ISR_BUSY

USART busy flag

Definition at line 362 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_FE   USART_ISR_FE

USART frame error

Definition at line 383 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_IDLE   USART_ISR_IDLE

USART idle flag

Definition at line 380 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_NE   USART_ISR_NE

USART noise error

Definition at line 382 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_ORE   USART_ISR_ORE

USART overrun error

Definition at line 381 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_PE   USART_ISR_PE

USART parity error

Definition at line 384 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_REACK   USART_ISR_REACK

USART receive enable acknowledge flag

Definition at line 360 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_RTOF   USART_ISR_RTOF

USART receiver timeout flag

Definition at line 372 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_RXNE   USART_ISR_RXNE

USART read data register not empty

Definition at line 378 of file stm32l4xx_hal_usart.h.

Referenced by HAL_USART_Receive(), and HAL_USART_TransmitReceive().

#define USART_FLAG_TC   USART_ISR_TC

USART transmission complete

Definition at line 373 of file stm32l4xx_hal_usart.h.

Referenced by HAL_USART_Transmit().

#define USART_FLAG_TEACK   USART_ISR_TEACK

USART transmit enable acknowledge flag

Definition at line 361 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_TXE   USART_ISR_TXE

USART transmit data register empty

Definition at line 370 of file stm32l4xx_hal_usart.h.

Referenced by HAL_USART_Receive(), HAL_USART_Transmit(), and HAL_USART_TransmitReceive().