STM32L443xx HAL User Manual
|
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 |
Flags defines which can be used with LL_LPUART_WriteReg function.
#define LL_LPUART_ICR_CMCF USART_ICR_CMCF |
Character match clear flag
Definition at line 167 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_CTSCF USART_ICR_CTSCF |
CTS clear flag
Definition at line 166 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_FECF USART_ICR_FECF |
Framing error clear flag
Definition at line 161 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_IDLECF USART_ICR_IDLECF |
Idle line detected clear flag
Definition at line 164 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_NCF USART_ICR_NECF |
Noise error detected clear flag
Definition at line 162 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_ORECF USART_ICR_ORECF |
Overrun error clear flag
Definition at line 163 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_PECF USART_ICR_PECF |
Parity error clear flag
Definition at line 160 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_TCCF USART_ICR_TCCF |
Transmission complete clear flag
Definition at line 165 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ICR_WUCF USART_ICR_WUCF |
Wakeup from Stop mode clear flag
Definition at line 168 of file stm32l4xx_ll_lpuart.h.