STM32L486xx HAL User Manual
Defines
Get Flags Defines
USART Exported Constants

Flags defines which can be used with LL_USART_ReadReg function. More...

Defines

#define LL_USART_ISR_PE   USART_ISR_PE
#define LL_USART_ISR_FE   USART_ISR_FE
#define LL_USART_ISR_NE   USART_ISR_NE
#define LL_USART_ISR_ORE   USART_ISR_ORE
#define LL_USART_ISR_IDLE   USART_ISR_IDLE
#define LL_USART_ISR_RXNE   USART_ISR_RXNE
#define LL_USART_ISR_TC   USART_ISR_TC
#define LL_USART_ISR_TXE   USART_ISR_TXE
#define LL_USART_ISR_LBDF   USART_ISR_LBDF
#define LL_USART_ISR_CTSIF   USART_ISR_CTSIF
#define LL_USART_ISR_CTS   USART_ISR_CTS
#define LL_USART_ISR_RTOF   USART_ISR_RTOF
#define LL_USART_ISR_EOBF   USART_ISR_EOBF
#define LL_USART_ISR_ABRE   USART_ISR_ABRE
#define LL_USART_ISR_ABRF   USART_ISR_ABRF
#define LL_USART_ISR_BUSY   USART_ISR_BUSY
#define LL_USART_ISR_CMF   USART_ISR_CMF
#define LL_USART_ISR_SBKF   USART_ISR_SBKF
#define LL_USART_ISR_RWU   USART_ISR_RWU
#define LL_USART_ISR_WUF   USART_ISR_WUF
#define LL_USART_ISR_TEACK   USART_ISR_TEACK
#define LL_USART_ISR_REACK   USART_ISR_REACK

Detailed Description

Flags defines which can be used with LL_USART_ReadReg function.


Define Documentation

#define LL_USART_ISR_ABRE   USART_ISR_ABRE

Auto baud rate error flag

Definition at line 256 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_ABRF   USART_ISR_ABRF

Auto baud rate flag

Definition at line 257 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_BUSY   USART_ISR_BUSY

Busy flag

Definition at line 258 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_CMF   USART_ISR_CMF

Character match flag

Definition at line 259 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_CTS   USART_ISR_CTS

CTS flag

Definition at line 250 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_CTSIF   USART_ISR_CTSIF

CTS interrupt flag

Definition at line 249 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_EOBF   USART_ISR_EOBF

End of block flag

Definition at line 252 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_FE   USART_ISR_FE

Framing error flag

Definition at line 233 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_IDLE   USART_ISR_IDLE

Idle line detected flag

Definition at line 236 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_LBDF   USART_ISR_LBDF

LIN break detection flag

Definition at line 248 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_NE   USART_ISR_NE

Noise detected flag

Definition at line 234 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_ORE   USART_ISR_ORE

Overrun error flag

Definition at line 235 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_PE   USART_ISR_PE

Parity error flag

Definition at line 232 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_REACK   USART_ISR_REACK

Receive enable acknowledge flag

Definition at line 264 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_RTOF   USART_ISR_RTOF

Receiver timeout flag

Definition at line 251 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_RWU   USART_ISR_RWU

Receiver wakeup from Mute mode flag

Definition at line 261 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_RXNE   USART_ISR_RXNE

Read data register not empty flag

Definition at line 240 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_SBKF   USART_ISR_SBKF

Send break flag

Definition at line 260 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_TC   USART_ISR_TC

Transmission complete flag

Definition at line 242 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_TEACK   USART_ISR_TEACK

Transmit enable acknowledge flag

Definition at line 263 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_TXE   USART_ISR_TXE

Transmit data register empty flag

Definition at line 246 of file stm32l4xx_ll_usart.h.

#define LL_USART_ISR_WUF   USART_ISR_WUF

Wakeup from Stop mode flag

Definition at line 262 of file stm32l4xx_ll_usart.h.