STM32L443xx HAL User Manual
|
Flags defines which can be used with LL_USART_ReadReg function. More...
Defines | |
#define | LL_USART_ISR_PE USART_ISR_PE |
#define | LL_USART_ISR_FE USART_ISR_FE |
#define | LL_USART_ISR_NE USART_ISR_NE |
#define | LL_USART_ISR_ORE USART_ISR_ORE |
#define | LL_USART_ISR_IDLE USART_ISR_IDLE |
#define | LL_USART_ISR_RXNE USART_ISR_RXNE |
#define | LL_USART_ISR_TC USART_ISR_TC |
#define | LL_USART_ISR_TXE USART_ISR_TXE |
#define | LL_USART_ISR_LBDF USART_ISR_LBDF |
#define | LL_USART_ISR_CTSIF USART_ISR_CTSIF |
#define | LL_USART_ISR_CTS USART_ISR_CTS |
#define | LL_USART_ISR_RTOF USART_ISR_RTOF |
#define | LL_USART_ISR_EOBF USART_ISR_EOBF |
#define | LL_USART_ISR_ABRE USART_ISR_ABRE |
#define | LL_USART_ISR_ABRF USART_ISR_ABRF |
#define | LL_USART_ISR_BUSY USART_ISR_BUSY |
#define | LL_USART_ISR_CMF USART_ISR_CMF |
#define | LL_USART_ISR_SBKF USART_ISR_SBKF |
#define | LL_USART_ISR_RWU USART_ISR_RWU |
#define | LL_USART_ISR_WUF USART_ISR_WUF |
#define | LL_USART_ISR_TEACK USART_ISR_TEACK |
#define | LL_USART_ISR_REACK USART_ISR_REACK |
#define | LL_USART_ISR_TCBGT USART_ISR_TCBGT |
Flags defines which can be used with LL_USART_ReadReg function.
#define LL_USART_ISR_ABRE USART_ISR_ABRE |
Auto baud rate error flag
Definition at line 243 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_ABRF USART_ISR_ABRF |
Auto baud rate flag
Definition at line 244 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_BUSY USART_ISR_BUSY |
Busy flag
Definition at line 245 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_CMF USART_ISR_CMF |
Character match flag
Definition at line 246 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_CTS USART_ISR_CTS |
CTS flag
Definition at line 237 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_CTSIF USART_ISR_CTSIF |
CTS interrupt flag
Definition at line 236 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_EOBF USART_ISR_EOBF |
End of block flag
Definition at line 239 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_FE USART_ISR_FE |
Framing error flag
Definition at line 220 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_IDLE USART_ISR_IDLE |
Idle line detected flag
Definition at line 223 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_LBDF USART_ISR_LBDF |
LIN break detection flag
Definition at line 235 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_NE USART_ISR_NE |
Noise detected flag
Definition at line 221 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_ORE USART_ISR_ORE |
Overrun error flag
Definition at line 222 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_PE USART_ISR_PE |
Parity error flag
Definition at line 219 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_REACK USART_ISR_REACK |
Receive enable acknowledge flag
Definition at line 251 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_RTOF USART_ISR_RTOF |
Receiver timeout flag
Definition at line 238 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_RWU USART_ISR_RWU |
Receiver wakeup from Mute mode flag
Definition at line 248 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_RXNE USART_ISR_RXNE |
Read data register not empty flag
Definition at line 227 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_SBKF USART_ISR_SBKF |
Send break flag
Definition at line 247 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_TC USART_ISR_TC |
Transmission complete flag
Definition at line 229 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_TCBGT USART_ISR_TCBGT |
Transmission complete before guard time completion flag
Definition at line 257 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_TEACK USART_ISR_TEACK |
Transmit enable acknowledge flag
Definition at line 250 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_TXE USART_ISR_TXE |
Transmit data register empty flag
Definition at line 233 of file stm32l4xx_ll_usart.h.
#define LL_USART_ISR_WUF USART_ISR_WUF |
Wakeup from Stop mode flag
Definition at line 249 of file stm32l4xx_ll_usart.h.