STM32F439xx HAL User Manual
Defines
SMARTCARD Flags
SMARTCARD Exported constants

Elements values convention: 0xXXXX. More...

Defines

#define SMARTCARD_FLAG_TXE   0x00000080U
#define SMARTCARD_FLAG_TC   0x00000040U
#define SMARTCARD_FLAG_RXNE   0x00000020U
#define SMARTCARD_FLAG_IDLE   0x00000010U
#define SMARTCARD_FLAG_ORE   0x00000008U
#define SMARTCARD_FLAG_NE   0x00000004U
#define SMARTCARD_FLAG_FE   0x00000002U
#define SMARTCARD_FLAG_PE   0x00000001U

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define SMARTCARD_FLAG_FE   0x00000002U

Definition at line 357 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_IRQHandler().

#define SMARTCARD_FLAG_IDLE   0x00000010U

Definition at line 354 of file stm32f4xx_hal_smartcard.h.

#define SMARTCARD_FLAG_NE   0x00000004U

Definition at line 356 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_IRQHandler().

#define SMARTCARD_FLAG_ORE   0x00000008U

Definition at line 355 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_IRQHandler().

#define SMARTCARD_FLAG_PE   0x00000001U

Definition at line 358 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_IRQHandler().

#define SMARTCARD_FLAG_RXNE   0x00000020U

Definition at line 353 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_Receive().

#define SMARTCARD_FLAG_TC   0x00000040U
#define SMARTCARD_FLAG_TXE   0x00000080U

Definition at line 351 of file stm32f4xx_hal_smartcard.h.

Referenced by HAL_SMARTCARD_IRQHandler(), and HAL_SMARTCARD_Transmit().