|
STM32F439xx HAL User Manual
|
Flags defines which can be used with LL_USART_ReadReg function. More...
Defines | |
| #define | LL_USART_SR_PE USART_SR_PE |
| #define | LL_USART_SR_FE USART_SR_FE |
| #define | LL_USART_SR_NE USART_SR_NE |
| #define | LL_USART_SR_ORE USART_SR_ORE |
| #define | LL_USART_SR_IDLE USART_SR_IDLE |
| #define | LL_USART_SR_RXNE USART_SR_RXNE |
| #define | LL_USART_SR_TC USART_SR_TC |
| #define | LL_USART_SR_TXE USART_SR_TXE |
| #define | LL_USART_SR_LBD USART_SR_LBD |
| #define | LL_USART_SR_CTS USART_SR_CTS |
Flags defines which can be used with LL_USART_ReadReg function.
| #define LL_USART_SR_CTS USART_SR_CTS |
CTS flag
Definition at line 184 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_FE USART_SR_FE |
Framing error flag
Definition at line 176 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_IDLE USART_SR_IDLE |
Idle line detected flag
Definition at line 179 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_LBD USART_SR_LBD |
LIN break detection flag
Definition at line 183 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_NE USART_SR_NE |
Noise detected flag
Definition at line 177 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_ORE USART_SR_ORE |
Overrun error flag
Definition at line 178 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_PE USART_SR_PE |
Parity error flag
Definition at line 175 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_RXNE USART_SR_RXNE |
Read data register not empty flag
Definition at line 180 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_TC USART_SR_TC |
Transmission complete flag
Definition at line 181 of file stm32f4xx_ll_usart.h.
| #define LL_USART_SR_TXE USART_SR_TXE |
Transmit data register empty flag
Definition at line 182 of file stm32f4xx_ll_usart.h.
1.7.6.1