STM32L486xx HAL User Manual
Defines
IT Defines
LPUART Exported Constants

IT defines which can be used with LL_LPUART_ReadReg and LL_LPUART_WriteReg functions. More...

Defines

#define LL_LPUART_CR1_IDLEIE   USART_CR1_IDLEIE
#define LL_LPUART_CR1_RXNEIE   USART_CR1_RXNEIE
#define LL_LPUART_CR1_TCIE   USART_CR1_TCIE
#define LL_LPUART_CR1_TXEIE   USART_CR1_TXEIE
#define LL_LPUART_CR1_PEIE   USART_CR1_PEIE
#define LL_LPUART_CR1_CMIE   USART_CR1_CMIE
#define LL_LPUART_CR3_EIE   USART_CR3_EIE
#define LL_LPUART_CR3_CTSIE   USART_CR3_CTSIE
#define LL_LPUART_CR3_WUFIE   USART_CR3_WUFIE

Detailed Description

IT defines which can be used with LL_LPUART_ReadReg and LL_LPUART_WriteReg functions.


Define Documentation

#define LL_LPUART_CR1_CMIE   USART_CR1_CMIE

Character match interrupt enable

Definition at line 242 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR1_IDLEIE   USART_CR1_IDLEIE

IDLE interrupt enable

Definition at line 229 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR1_PEIE   USART_CR1_PEIE

Parity error

Definition at line 241 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR1_RXNEIE   USART_CR1_RXNEIE

Read data register not empty interrupt enable

Definition at line 233 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR1_TCIE   USART_CR1_TCIE

Transmission complete interrupt enable

Definition at line 235 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR1_TXEIE   USART_CR1_TXEIE

Transmit data register empty interrupt enable

Definition at line 239 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR3_CTSIE   USART_CR3_CTSIE

CTS interrupt enable

Definition at line 248 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR3_EIE   USART_CR3_EIE

Error interrupt enable

Definition at line 247 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_CR3_WUFIE   USART_CR3_WUFIE

Wakeup from Stop mode interrupt enable

Definition at line 249 of file stm32l4xx_ll_lpuart.h.