STM32L486xx 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_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 384 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_FE   USART_ISR_FE

USART frame error

Definition at line 404 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_IDLE   USART_ISR_IDLE

USART idle flag

Definition at line 401 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_NE   USART_ISR_NE

USART noise error

Definition at line 403 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_ORE   USART_ISR_ORE

USART overrun error

Definition at line 402 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_PE   USART_ISR_PE

USART parity error

Definition at line 405 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_REACK   USART_ISR_REACK

USART receive enable acknowledge flag

Definition at line 382 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_RXNE   USART_ISR_RXNE

USART read data register not empty

Definition at line 399 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 394 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 383 of file stm32l4xx_hal_usart.h.

#define USART_FLAG_TXE   USART_ISR_TXE

USART transmit data register empty

Definition at line 392 of file stm32l4xx_hal_usart.h.

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