STM32F439xx HAL User Manual
Defines
USART Flags
USART Exported Constants

Elements values convention: 0xXXXX. More...

Defines

#define USART_FLAG_TXE   0x00000080U
#define USART_FLAG_TC   0x00000040U
#define USART_FLAG_RXNE   0x00000020U
#define USART_FLAG_IDLE   0x00000010U
#define USART_FLAG_ORE   0x00000008U
#define USART_FLAG_NE   0x00000004U
#define USART_FLAG_FE   0x00000002U
#define USART_FLAG_PE   0x00000001U

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define USART_FLAG_FE   0x00000002U

Definition at line 263 of file stm32f4xx_hal_usart.h.

#define USART_FLAG_IDLE   0x00000010U

Definition at line 260 of file stm32f4xx_hal_usart.h.

#define USART_FLAG_NE   0x00000004U

Definition at line 262 of file stm32f4xx_hal_usart.h.

#define USART_FLAG_ORE   0x00000008U

Definition at line 261 of file stm32f4xx_hal_usart.h.

#define USART_FLAG_PE   0x00000001U

Definition at line 264 of file stm32f4xx_hal_usart.h.

#define USART_FLAG_RXNE   0x00000020U
#define USART_FLAG_TC   0x00000040U
#define USART_FLAG_TXE   0x00000080U