STM32F439xx 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_CR2_LBDIE   USART_CR2_LBDIE
#define LL_USART_CR3_EIE   USART_CR3_EIE
#define LL_USART_CR3_CTSIE   USART_CR3_CTSIE

Detailed Description

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


Define Documentation

#define LL_USART_CR1_IDLEIE   USART_CR1_IDLEIE

IDLE interrupt enable

Definition at line 193 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR1_PEIE   USART_CR1_PEIE

Parity error

Definition at line 197 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR1_RXNEIE   USART_CR1_RXNEIE

Read data register not empty interrupt enable

Definition at line 194 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR1_TCIE   USART_CR1_TCIE

Transmission complete interrupt enable

Definition at line 195 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR1_TXEIE   USART_CR1_TXEIE

Transmit data register empty interrupt enable

Definition at line 196 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR2_LBDIE   USART_CR2_LBDIE

LIN break detection interrupt enable

Definition at line 198 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR3_CTSIE   USART_CR3_CTSIE

CTS interrupt enable

Definition at line 200 of file stm32f4xx_ll_usart.h.

#define LL_USART_CR3_EIE   USART_CR3_EIE

Error interrupt enable

Definition at line 199 of file stm32f4xx_ll_usart.h.