STM32L443xx 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_TCBGTCF   USART_ICR_TCBGTCF
#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 clear flag

Definition at line 209 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_CTSCF   USART_ICR_CTSCF

CTS clear flag

Definition at line 203 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_EOBCF   USART_ICR_EOBCF

End of block clear flag

Definition at line 205 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_FECF   USART_ICR_FECF

Framing error clear flag

Definition at line 191 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_IDLECF   USART_ICR_IDLECF

Idle line detected clear flag

Definition at line 194 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_LBDCF   USART_ICR_LBDCF

LIN break detection clear flag

Definition at line 202 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_NECF   USART_ICR_NECF

Noise error detected clear flag

Definition at line 192 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_ORECF   USART_ICR_ORECF

Overrun error clear flag

Definition at line 193 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_PECF   USART_ICR_PECF

Parity error clear flag

Definition at line 190 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_RTOCF   USART_ICR_RTOCF

Receiver timeout clear flag

Definition at line 204 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_TCBGTCF   USART_ICR_TCBGTCF

Transmission completed before guard time clear flag

Definition at line 200 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_TCCF   USART_ICR_TCCF

Transmission complete clear flag

Definition at line 198 of file stm32l4xx_ll_usart.h.

#define LL_USART_ICR_WUCF   USART_ICR_WUCF

Wakeup from Stop mode clear flag

Definition at line 210 of file stm32l4xx_ll_usart.h.