STM32L486xx HAL User Manual
Defines
SMARTCARD Flags
SMARTCARD Extended Exported Constants

Elements values convention: 0xXXXX. More...

Defines

#define SMARTCARD_FLAG_REACK   USART_ISR_REACK
#define SMARTCARD_FLAG_TEACK   USART_ISR_TEACK
#define SMARTCARD_FLAG_BUSY   USART_ISR_BUSY
#define SMARTCARD_FLAG_EOBF   USART_ISR_EOBF
#define SMARTCARD_FLAG_RTOF   USART_ISR_RTOF
#define SMARTCARD_FLAG_TXE   USART_ISR_TXE
#define SMARTCARD_FLAG_TC   USART_ISR_TC
#define SMARTCARD_FLAG_RXNE   USART_ISR_RXNE
#define SMARTCARD_FLAG_IDLE   USART_ISR_IDLE
#define SMARTCARD_FLAG_ORE   USART_ISR_ORE
#define SMARTCARD_FLAG_NE   USART_ISR_NE
#define SMARTCARD_FLAG_FE   USART_ISR_FE
#define SMARTCARD_FLAG_PE   USART_ISR_PE

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define SMARTCARD_FLAG_BUSY   USART_ISR_BUSY

SMARTCARD busy flag

Definition at line 141 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_EOBF   USART_ISR_EOBF

SMARTCARD end of block flag

Definition at line 142 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_FE   USART_ISR_FE

SMARTCARD frame error

Definition at line 160 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_IDLE   USART_ISR_IDLE

SMARTCARD idle line detection

Definition at line 157 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_NE   USART_ISR_NE

SMARTCARD noise error

Definition at line 159 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_ORE   USART_ISR_ORE

SMARTCARD overrun error

Definition at line 158 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_PE   USART_ISR_PE

SMARTCARD parity error

Definition at line 161 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_REACK   USART_ISR_REACK

SMARTCARD receive enable acknowledge flag

Definition at line 139 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_RTOF   USART_ISR_RTOF

SMARTCARD receiver timeout flag

Definition at line 143 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_RXNE   USART_ISR_RXNE

SMARTCARD read data register not empty

Definition at line 155 of file stm32l4xx_hal_smartcard_ex.h.

Referenced by HAL_SMARTCARD_Receive().

#define SMARTCARD_FLAG_TC   USART_ISR_TC

SMARTCARD transmission complete

Definition at line 150 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_TEACK   USART_ISR_TEACK

SMARTCARD transmit enable acknowledge flag

Definition at line 140 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_TXE   USART_ISR_TXE

SMARTCARD transmit data register empty

Definition at line 148 of file stm32l4xx_hal_smartcard_ex.h.

Referenced by HAL_SMARTCARD_Transmit().