STM32L486xx HAL User Manual
Defines
IT Defines
USART Exported Constants

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

Detailed Description

IT defines which can be used with LL_USART_ReadReg and LL_USART_WriteReg functions.


Define Documentation

#define LL_USART_CR1_CMIE   USART_CR1_CMIE

Character match interrupt enable

Definition at line 297 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_EOBIE   USART_CR1_EOBIE

End of Block interrupt enable

Definition at line 299 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_IDLEIE   USART_CR1_IDLEIE

IDLE interrupt enable

Definition at line 284 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_PEIE   USART_CR1_PEIE

Parity error

Definition at line 296 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_RTOIE   USART_CR1_RTOIE

Receiver timeout interrupt enable

Definition at line 298 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_RXNEIE   USART_CR1_RXNEIE

Read data register not empty interrupt enable

Definition at line 288 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_TCIE   USART_CR1_TCIE

Transmission complete interrupt enable

Definition at line 290 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR1_TXEIE   USART_CR1_TXEIE

Transmit data register empty interrupt enable

Definition at line 294 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR2_LBDIE   USART_CR2_LBDIE

LIN break detection interrupt enable

Definition at line 304 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR3_CTSIE   USART_CR3_CTSIE

CTS interrupt enable

Definition at line 306 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR3_EIE   USART_CR3_EIE

Error interrupt enable

Definition at line 305 of file stm32l4xx_ll_usart.h.

#define LL_USART_CR3_WUFIE   USART_CR3_WUFIE

Wakeup from Stop mode interrupt enable

Definition at line 307 of file stm32l4xx_ll_usart.h.