STM32L443xx HAL User Manual
Defines
SMARTCARD Flags
SMARTCARD Extended Exported Constants

Elements values convention: 0xXXXX. More...

Defines

#define SMARTCARD_FLAG_TCBGT   USART_ISR_TCBGT
#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 124 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_EOBF   USART_ISR_EOBF

SMARTCARD end of block flag

Definition at line 125 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_FE   USART_ISR_FE

SMARTCARD frame error

Definition at line 143 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_IDLE   USART_ISR_IDLE

SMARTCARD idle line detection

Definition at line 140 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_NE   USART_ISR_NE

SMARTCARD noise error

Definition at line 142 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_ORE   USART_ISR_ORE

SMARTCARD overrun error

Definition at line 141 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_PE   USART_ISR_PE

SMARTCARD parity error

Definition at line 144 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_REACK   USART_ISR_REACK

SMARTCARD receive enable acknowledge flag

Definition at line 122 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_RTOF   USART_ISR_RTOF

SMARTCARD receiver timeout flag

Definition at line 126 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_RXNE   USART_ISR_RXNE

SMARTCARD read data register not empty

Definition at line 138 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 133 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_TCBGT   USART_ISR_TCBGT

SMARTCARD transmission complete before guard time completion

Definition at line 120 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_TEACK   USART_ISR_TEACK

SMARTCARD transmit enable acknowledge flag

Definition at line 123 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_FLAG_TXE   USART_ISR_TXE

SMARTCARD transmit data register empty

Definition at line 131 of file stm32l4xx_hal_smartcard_ex.h.

Referenced by HAL_SMARTCARD_Transmit().