STM32L443xx 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_CR1_CMIE USART_CR1_CMIE |
#define | LL_USART_CR1_RTOIE USART_CR1_RTOIE |
#define | LL_USART_CR1_EOBIE USART_CR1_EOBIE |
#define | LL_USART_CR2_LBDIE USART_CR2_LBDIE |
#define | LL_USART_CR3_EIE USART_CR3_EIE |
#define | LL_USART_CR3_CTSIE USART_CR3_CTSIE |
#define | LL_USART_CR3_WUFIE USART_CR3_WUFIE |
#define | LL_USART_CR3_TCBGTIE USART_CR3_TCBGTIE |
IT defines which can be used with LL_USART_ReadReg and LL_USART_WriteReg functions.
#define LL_USART_CR1_CMIE USART_CR1_CMIE |
Character match interrupt enable
Definition at line 284 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_EOBIE USART_CR1_EOBIE |
End of Block interrupt enable
Definition at line 286 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_IDLEIE USART_CR1_IDLEIE |
IDLE interrupt enable
Definition at line 271 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_PEIE USART_CR1_PEIE |
Parity error
Definition at line 283 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_RTOIE USART_CR1_RTOIE |
Receiver timeout interrupt enable
Definition at line 285 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_RXNEIE USART_CR1_RXNEIE |
Read data register not empty interrupt enable
Definition at line 275 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_TCIE USART_CR1_TCIE |
Transmission complete interrupt enable
Definition at line 277 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR1_TXEIE USART_CR1_TXEIE |
Transmit data register empty interrupt enable
Definition at line 281 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR2_LBDIE USART_CR2_LBDIE |
LIN break detection interrupt enable
Definition at line 291 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR3_CTSIE USART_CR3_CTSIE |
CTS interrupt enable
Definition at line 293 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR3_EIE USART_CR3_EIE |
Error interrupt enable
Definition at line 292 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR3_TCBGTIE USART_CR3_TCBGTIE |
Transmission complete before guard time interrupt enable
Definition at line 299 of file stm32l4xx_ll_usart.h.
#define LL_USART_CR3_WUFIE USART_CR3_WUFIE |
Wakeup from Stop mode interrupt enable
Definition at line 294 of file stm32l4xx_ll_usart.h.