STM32L486xx HAL User Manual
Defines
Clear Flags Defines
LPUART Exported Constants

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

Defines

#define LL_LPUART_ICR_PECF   USART_ICR_PECF
#define LL_LPUART_ICR_FECF   USART_ICR_FECF
#define LL_LPUART_ICR_NCF   USART_ICR_NECF
#define LL_LPUART_ICR_ORECF   USART_ICR_ORECF
#define LL_LPUART_ICR_IDLECF   USART_ICR_IDLECF
#define LL_LPUART_ICR_TCCF   USART_ICR_TCCF
#define LL_LPUART_ICR_CTSCF   USART_ICR_CTSCF
#define LL_LPUART_ICR_CMCF   USART_ICR_CMCF
#define LL_LPUART_ICR_WUCF   USART_ICR_WUCF

Detailed Description

Flags defines which can be used with LL_LPUART_WriteReg function.


Define Documentation

#define LL_LPUART_ICR_CMCF   USART_ICR_CMCF

Character match flag

Definition at line 180 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_CTSCF   USART_ICR_CTSCF

CTS flag

Definition at line 179 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_FECF   USART_ICR_FECF

Framing error flag

Definition at line 171 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_IDLECF   USART_ICR_IDLECF

Idle line detected flag

Definition at line 174 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_NCF   USART_ICR_NECF

Noise error detected flag

Definition at line 172 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_ORECF   USART_ICR_ORECF

Overrun error flag

Definition at line 173 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_PECF   USART_ICR_PECF

Parity error flag

Definition at line 170 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_TCCF   USART_ICR_TCCF

Transmission complete flag

Definition at line 178 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ICR_WUCF   USART_ICR_WUCF

Wakeup from Stop mode flag

Definition at line 181 of file stm32l4xx_ll_lpuart.h.