STM32H735xx HAL User Manual
|
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_TXFECF USART_ICR_TXFECF |
#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_UDRCF USART_ICR_UDRCF |
#define | LL_USART_ICR_CMCF USART_ICR_CMCF |
#define | LL_USART_ICR_WUCF USART_ICR_WUCF |
Flags defines which can be used with LL_USART_WriteReg function.
#define LL_USART_ICR_CMCF USART_ICR_CMCF |
Character match clear flag
Definition at line 199 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_CTSCF USART_ICR_CTSCF |
CTS clear flag
Definition at line 195 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_EOBCF USART_ICR_EOBCF |
End of block clear flag
Definition at line 197 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_FECF USART_ICR_FECF |
Framing error clear flag
Definition at line 187 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_IDLECF USART_ICR_IDLECF |
Idle line detected clear flag
Definition at line 190 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_LBDCF USART_ICR_LBDCF |
LIN break detection clear flag
Definition at line 194 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_NECF USART_ICR_NECF |
Noise error detected clear flag
Definition at line 188 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_ORECF USART_ICR_ORECF |
Overrun error clear flag
Definition at line 189 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_PECF USART_ICR_PECF |
Parity error clear flag
Definition at line 186 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_RTOCF USART_ICR_RTOCF |
Receiver timeout clear flag
Definition at line 196 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_TCBGTCF USART_ICR_TCBGTCF |
Transmission completed before guard time clear flag
Definition at line 193 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_TCCF USART_ICR_TCCF |
Transmission complete clear flag
Definition at line 192 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_TXFECF USART_ICR_TXFECF |
TX FIFO Empty clear flag
Definition at line 191 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_UDRCF USART_ICR_UDRCF |
SPI Slave Underrun clear flag
Definition at line 198 of file stm32h7xx_ll_usart.h.
#define LL_USART_ICR_WUCF USART_ICR_WUCF |
Wakeup from Stop mode clear flag
Definition at line 200 of file stm32h7xx_ll_usart.h.