STM32H735xx 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_RXFNE   USART_ISR_RXNE_RXFNE
#define LL_LPUART_ISR_TC   USART_ISR_TC
#define LL_LPUART_ISR_TXE_TXFNF   USART_ISR_TXE_TXFNF
#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
#define LL_LPUART_ISR_TXFE   USART_ISR_TXFE
#define LL_LPUART_ISR_RXFF   USART_ISR_RXFF
#define LL_LPUART_ISR_RXFT   USART_ISR_RXFT
#define LL_LPUART_ISR_TXFT   USART_ISR_TXFT

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 183 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_CMF   USART_ISR_CMF

Character match flag

Definition at line 184 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_CTS   USART_ISR_CTS

CTS flag

Definition at line 182 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_CTSIF   USART_ISR_CTSIF

CTS interrupt flag

Definition at line 181 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_FE   USART_ISR_FE

Framing error flag

Definition at line 174 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_IDLE   USART_ISR_IDLE

Idle line detected flag

Definition at line 177 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_NE   USART_ISR_NE

Noise detected flag

Definition at line 175 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_ORE   USART_ISR_ORE

Overrun error flag

Definition at line 176 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_PE   USART_ISR_PE

Parity error flag

Definition at line 173 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_REACK   USART_ISR_REACK

Receive enable acknowledge flag

Definition at line 189 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_RWU   USART_ISR_RWU

Receiver wakeup from Mute mode flag

Definition at line 186 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_RXFF   USART_ISR_RXFF

RX FIFO full flag

Definition at line 191 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_RXFT   USART_ISR_RXFT

RX FIFO threshold flag

Definition at line 192 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_RXNE_RXFNE   USART_ISR_RXNE_RXFNE

Read data register or RX FIFO not empty flag

Definition at line 178 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_SBKF   USART_ISR_SBKF

Send break flag

Definition at line 185 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_TC   USART_ISR_TC

Transmission complete flag

Definition at line 179 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_TEACK   USART_ISR_TEACK

Transmit enable acknowledge flag

Definition at line 188 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_TXE_TXFNF   USART_ISR_TXE_TXFNF

Transmit data register empty or TX FIFO Not Full flag

Definition at line 180 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_TXFE   USART_ISR_TXFE

TX FIFO empty flag

Definition at line 190 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_TXFT   USART_ISR_TXFT

TX FIFO threshold flag

Definition at line 193 of file stm32h7xx_ll_lpuart.h.

#define LL_LPUART_ISR_WUF   USART_ISR_WUF

Wakeup from Stop mode flag

Definition at line 187 of file stm32h7xx_ll_lpuart.h.