|
STM32F479xx HAL User Manual
|
IT defines which can be used with LL_USART_ReadReg and LL_USART_WriteReg functions. More...
Defines | |
| #define | LL_USART_CR1_IDLEIE USART_CR1_IDLEIE |
| #define | LL_USART_CR1_RXNEIE USART_CR1_RXNEIE |
| #define | LL_USART_CR1_TCIE USART_CR1_TCIE |
| #define | LL_USART_CR1_TXEIE USART_CR1_TXEIE |
| #define | LL_USART_CR1_PEIE USART_CR1_PEIE |
| #define | LL_USART_CR2_LBDIE USART_CR2_LBDIE |
| #define | LL_USART_CR3_EIE USART_CR3_EIE |
| #define | LL_USART_CR3_CTSIE USART_CR3_CTSIE |
IT defines which can be used with LL_USART_ReadReg and LL_USART_WriteReg functions.
| #define LL_USART_CR1_IDLEIE USART_CR1_IDLEIE |
IDLE interrupt enable
Definition at line 177 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR1_PEIE USART_CR1_PEIE |
Parity error
Definition at line 181 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR1_RXNEIE USART_CR1_RXNEIE |
Read data register not empty interrupt enable
Definition at line 178 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR1_TCIE USART_CR1_TCIE |
Transmission complete interrupt enable
Definition at line 179 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR1_TXEIE USART_CR1_TXEIE |
Transmit data register empty interrupt enable
Definition at line 180 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR2_LBDIE USART_CR2_LBDIE |
LIN break detection interrupt enable
Definition at line 182 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR3_CTSIE USART_CR3_CTSIE |
CTS interrupt enable
Definition at line 184 of file stm32f4xx_ll_usart.h.
| #define LL_USART_CR3_EIE USART_CR3_EIE |
Error interrupt enable
Definition at line 183 of file stm32f4xx_ll_usart.h.
1.7.6.1