STM32L443xx HAL User Manual
|
Flags defines which can be used with LL_LPUART_ReadReg function. More...
Defines | |
#define | LL_LPUART_ISR_PE USART_ISR_PE |
#define | LL_LPUART_ISR_FE USART_ISR_FE |
#define | LL_LPUART_ISR_NE USART_ISR_NE |
#define | LL_LPUART_ISR_ORE USART_ISR_ORE |
#define | LL_LPUART_ISR_IDLE USART_ISR_IDLE |
#define | LL_LPUART_ISR_RXNE USART_ISR_RXNE |
#define | LL_LPUART_ISR_TC USART_ISR_TC |
#define | LL_LPUART_ISR_TXE USART_ISR_TXE |
#define | LL_LPUART_ISR_CTSIF USART_ISR_CTSIF |
#define | LL_LPUART_ISR_CTS USART_ISR_CTS |
#define | LL_LPUART_ISR_BUSY USART_ISR_BUSY |
#define | LL_LPUART_ISR_CMF USART_ISR_CMF |
#define | LL_LPUART_ISR_SBKF USART_ISR_SBKF |
#define | LL_LPUART_ISR_RWU USART_ISR_RWU |
#define | LL_LPUART_ISR_WUF USART_ISR_WUF |
#define | LL_LPUART_ISR_TEACK USART_ISR_TEACK |
#define | LL_LPUART_ISR_REACK USART_ISR_REACK |
Flags defines which can be used with LL_LPUART_ReadReg function.
#define LL_LPUART_ISR_BUSY USART_ISR_BUSY |
Busy flag
Definition at line 195 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_CMF USART_ISR_CMF |
Character match flag
Definition at line 196 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_CTS USART_ISR_CTS |
CTS flag
Definition at line 194 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_CTSIF USART_ISR_CTSIF |
CTS interrupt flag
Definition at line 193 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_FE USART_ISR_FE |
Framing error flag
Definition at line 178 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_IDLE USART_ISR_IDLE |
Idle line detected flag
Definition at line 181 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_NE USART_ISR_NE |
Noise detected flag
Definition at line 179 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_ORE USART_ISR_ORE |
Overrun error flag
Definition at line 180 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_PE USART_ISR_PE |
Parity error flag
Definition at line 177 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_REACK USART_ISR_REACK |
Receive enable acknowledge flag
Definition at line 201 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_RWU USART_ISR_RWU |
Receiver wakeup from Mute mode flag
Definition at line 198 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_RXNE USART_ISR_RXNE |
Read data register not empty flag
Definition at line 185 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_SBKF USART_ISR_SBKF |
Send break flag
Definition at line 197 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_TC USART_ISR_TC |
Transmission complete flag
Definition at line 187 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_TEACK USART_ISR_TEACK |
Transmit enable acknowledge flag
Definition at line 200 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_TXE USART_ISR_TXE |
Transmit data register empty flag
Definition at line 191 of file stm32l4xx_ll_lpuart.h.
#define LL_LPUART_ISR_WUF USART_ISR_WUF |
Wakeup from Stop mode flag
Definition at line 199 of file stm32l4xx_ll_lpuart.h.