STM32L486xx HAL User Manual
Defines
Get Flags Defines
LPUART Exported Constants

Flags defines which can be used with LL_LPUART_ReadReg function. More...

Defines

#define LL_LPUART_ISR_PE   USART_ISR_PE
#define LL_LPUART_ISR_FE   USART_ISR_FE
#define LL_LPUART_ISR_NE   USART_ISR_NE
#define LL_LPUART_ISR_ORE   USART_ISR_ORE
#define LL_LPUART_ISR_IDLE   USART_ISR_IDLE
#define LL_LPUART_ISR_RXNE   USART_ISR_RXNE
#define LL_LPUART_ISR_TC   USART_ISR_TC
#define LL_LPUART_ISR_TXE   USART_ISR_TXE
#define LL_LPUART_ISR_CTSIF   USART_ISR_CTSIF
#define LL_LPUART_ISR_CTS   USART_ISR_CTS
#define LL_LPUART_ISR_BUSY   USART_ISR_BUSY
#define LL_LPUART_ISR_CMF   USART_ISR_CMF
#define LL_LPUART_ISR_SBKF   USART_ISR_SBKF
#define LL_LPUART_ISR_RWU   USART_ISR_RWU
#define LL_LPUART_ISR_WUF   USART_ISR_WUF
#define LL_LPUART_ISR_TEACK   USART_ISR_TEACK
#define LL_LPUART_ISR_REACK   USART_ISR_REACK

Detailed Description

Flags defines which can be used with LL_LPUART_ReadReg function.


Define Documentation

#define LL_LPUART_ISR_BUSY   USART_ISR_BUSY

Busy flag

Definition at line 208 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_CMF   USART_ISR_CMF

Character match flag

Definition at line 209 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_CTS   USART_ISR_CTS

CTS flag

Definition at line 207 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_CTSIF   USART_ISR_CTSIF

CTS interrupt flag

Definition at line 206 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_FE   USART_ISR_FE

Framing error flag

Definition at line 191 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_IDLE   USART_ISR_IDLE

Idle line detected flag

Definition at line 194 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_NE   USART_ISR_NE

Noise detected flag

Definition at line 192 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_ORE   USART_ISR_ORE

Overrun error flag

Definition at line 193 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_PE   USART_ISR_PE

Parity error flag

Definition at line 190 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_REACK   USART_ISR_REACK

Receive enable acknowledge flag

Definition at line 214 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_RWU   USART_ISR_RWU

Receiver wakeup from Mute mode flag

Definition at line 211 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_RXNE   USART_ISR_RXNE

Read data register not empty flag

Definition at line 198 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_SBKF   USART_ISR_SBKF

Send break flag

Definition at line 210 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_TC   USART_ISR_TC

Transmission complete flag

Definition at line 200 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_TEACK   USART_ISR_TEACK

Transmit enable acknowledge flag

Definition at line 213 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_TXE   USART_ISR_TXE

Transmit data register empty flag

Definition at line 204 of file stm32l4xx_ll_lpuart.h.

#define LL_LPUART_ISR_WUF   USART_ISR_WUF

Wakeup from Stop mode flag

Definition at line 212 of file stm32l4xx_ll_lpuart.h.