STM32H735xx HAL User Manual
Defines
SMARTCARD Interruption Clear Flags
SMARTCARD Extended Exported Constants

Defines

#define SMARTCARD_CLEAR_PEF   USART_ICR_PECF
#define SMARTCARD_CLEAR_FEF   USART_ICR_FECF
#define SMARTCARD_CLEAR_NEF   USART_ICR_NECF
#define SMARTCARD_CLEAR_OREF   USART_ICR_ORECF
#define SMARTCARD_CLEAR_IDLEF   USART_ICR_IDLECF
#define SMARTCARD_CLEAR_TXFECF   USART_ICR_TXFECF
#define SMARTCARD_CLEAR_TCF   USART_ICR_TCCF
#define SMARTCARD_CLEAR_TCBGTF   USART_ICR_TCBGTCF
#define SMARTCARD_CLEAR_RTOF   USART_ICR_RTOCF
#define SMARTCARD_CLEAR_EOBF   USART_ICR_EOBCF

Define Documentation

#define SMARTCARD_CLEAR_EOBF   USART_ICR_EOBCF
#define SMARTCARD_CLEAR_FEF   USART_ICR_FECF
#define SMARTCARD_CLEAR_IDLEF   USART_ICR_IDLECF

SMARTCARD idle line detected clear flag

Definition at line 179 of file stm32h7xx_hal_smartcard_ex.h.

#define SMARTCARD_CLEAR_NEF   USART_ICR_NECF
#define SMARTCARD_CLEAR_OREF   USART_ICR_ORECF
#define SMARTCARD_CLEAR_PEF   USART_ICR_PECF
#define SMARTCARD_CLEAR_RTOF   USART_ICR_RTOCF
#define SMARTCARD_CLEAR_TCBGTF   USART_ICR_TCBGTCF

SMARTCARD transmission complete before guard time completion clear flag

Definition at line 182 of file stm32h7xx_hal_smartcard_ex.h.

#define SMARTCARD_CLEAR_TCF   USART_ICR_TCCF

SMARTCARD transmission complete clear flag

Definition at line 181 of file stm32h7xx_hal_smartcard_ex.h.

#define SMARTCARD_CLEAR_TXFECF   USART_ICR_TXFECF

TXFIFO empty Clear Flag

Definition at line 180 of file stm32h7xx_hal_smartcard_ex.h.