STM32L486xx HAL User Manual
Defines
Clear Flags Defines
USART Exported Constants

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

Defines

#define LL_USART_ICR_PECF   USART_ICR_PECF
#define LL_USART_ICR_FECF   USART_ICR_FECF
#define LL_USART_ICR_NECF   USART_ICR_NECF
#define LL_USART_ICR_ORECF   USART_ICR_ORECF
#define LL_USART_ICR_IDLECF   USART_ICR_IDLECF
#define LL_USART_ICR_TCCF   USART_ICR_TCCF
#define LL_USART_ICR_LBDCF   USART_ICR_LBDCF
#define LL_USART_ICR_CTSCF   USART_ICR_CTSCF
#define LL_USART_ICR_RTOCF   USART_ICR_RTOCF
#define LL_USART_ICR_EOBCF   USART_ICR_EOBCF
#define LL_USART_ICR_CMCF   USART_ICR_CMCF
#define LL_USART_ICR_WUCF   USART_ICR_WUCF

Detailed Description

Flags defines which can be used with LL_USART_WriteReg function.


Define Documentation

#define LL_USART_ICR_CMCF   USART_ICR_CMCF

Character match flag

Definition at line 222 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_CTSCF   USART_ICR_CTSCF

CTS flag

Definition at line 216 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_EOBCF   USART_ICR_EOBCF

End of block flag

Definition at line 218 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_FECF   USART_ICR_FECF

Framing error flag

Definition at line 204 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_IDLECF   USART_ICR_IDLECF

Idle line detected flag

Definition at line 207 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_LBDCF   USART_ICR_LBDCF

LIN break detection flag

Definition at line 215 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_NECF   USART_ICR_NECF

Noise error detected flag

Definition at line 205 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_ORECF   USART_ICR_ORECF

Overrun error flag

Definition at line 206 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_PECF   USART_ICR_PECF

Parity error flag

Definition at line 203 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_RTOCF   USART_ICR_RTOCF

Receiver timeout flag

Definition at line 217 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_TCCF   USART_ICR_TCCF

Transmission complete flag

Definition at line 211 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_WUCF   USART_ICR_WUCF

Wakeup from Stop mode flag

Definition at line 223 of file stm32l4xx_ll_usart.h.