STM32H735xx 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_RXFNEIE   USART_CR1_RXNEIE_RXFNEIE
#define LL_USART_CR1_TCIE   USART_CR1_TCIE
#define LL_USART_CR1_TXEIE_TXFNFIE   USART_CR1_TXEIE_TXFNFIE
#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_CR1_TXFEIE   USART_CR1_TXFEIE
#define LL_USART_CR1_RXFFIE   USART_CR1_RXFFIE
#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_TXFTIE   USART_CR3_TXFTIE
#define LL_USART_CR3_TCBGTIE   USART_CR3_TCBGTIE
#define LL_USART_CR3_RXFTIE   USART_CR3_RXFTIE

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 250 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_EOBIE   USART_CR1_EOBIE

End of Block interrupt enable

Definition at line 252 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_IDLEIE   USART_CR1_IDLEIE

IDLE interrupt enable

Definition at line 245 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_PEIE   USART_CR1_PEIE

Parity error

Definition at line 249 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_RTOIE   USART_CR1_RTOIE

Receiver timeout interrupt enable

Definition at line 251 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_RXFFIE   USART_CR1_RXFFIE

RX FIFO full interrupt enable

Definition at line 254 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_RXNEIE_RXFNEIE   USART_CR1_RXNEIE_RXFNEIE

Read data register and RXFIFO not empty interrupt enable

Definition at line 246 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_TCIE   USART_CR1_TCIE

Transmission complete interrupt enable

Definition at line 247 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_TXEIE_TXFNFIE   USART_CR1_TXEIE_TXFNFIE

Transmit data register empty and TX FIFO not full interrupt enable

Definition at line 248 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR1_TXFEIE   USART_CR1_TXFEIE

TX FIFO empty interrupt enable

Definition at line 253 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR2_LBDIE   USART_CR2_LBDIE

LIN break detection interrupt enable

Definition at line 255 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_CTSIE   USART_CR3_CTSIE

CTS interrupt enable

Definition at line 257 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_EIE   USART_CR3_EIE

Error interrupt enable

Definition at line 256 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_RXFTIE   USART_CR3_RXFTIE

RX FIFO threshold interrupt enable

Definition at line 261 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_TCBGTIE   USART_CR3_TCBGTIE

Transmission complete before guard time interrupt enable

Definition at line 260 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_TXFTIE   USART_CR3_TXFTIE

TX FIFO threshold interrupt enable

Definition at line 259 of file stm32h7xx_ll_usart.h.

#define LL_USART_CR3_WUFIE   USART_CR3_WUFIE

Wakeup from Stop mode interrupt enable

Definition at line 258 of file stm32h7xx_ll_usart.h.