STM32L486xx HAL User Manual
Defines
SMARTCARD Interrupts Definition
SMARTCARD Extended Exported Constants

Elements values convention: 000ZZZZZ0XXYYYYYb. More...

Defines

#define SMARTCARD_IT_PE   0x0028U
#define SMARTCARD_IT_TXE   0x0727U
#define SMARTCARD_IT_TC   0x0626U
#define SMARTCARD_IT_RXNE   0x0525U
#define SMARTCARD_IT_IDLE   0x0424U
#define SMARTCARD_IT_ERR   0x0060U
#define SMARTCARD_IT_ORE   0x0300U
#define SMARTCARD_IT_NE   0x0200U
#define SMARTCARD_IT_FE   0x0100U
#define SMARTCARD_IT_EOB   0x0C3BU
#define SMARTCARD_IT_RTO   0x0B3AU

Detailed Description

Elements values convention: 000ZZZZZ0XXYYYYYb.


Define Documentation

#define SMARTCARD_IT_EOB   0x0C3BU

SMARTCARD end of block interruption

Definition at line 199 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_ERR   0x0060U

SMARTCARD error interruption

Definition at line 194 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_FE   0x0100U

SMARTCARD frame error interruption

Definition at line 197 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_IDLE   0x0424U

SMARTCARD idle line detection interruption

Definition at line 192 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_NE   0x0200U

SMARTCARD noise error interruption

Definition at line 196 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_ORE   0x0300U

SMARTCARD overrun error interruption

Definition at line 195 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_PE   0x0028U

SMARTCARD parity error interruption

Definition at line 182 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_RTO   0x0B3AU

SMARTCARD receiver timeout interruption

Definition at line 200 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_RXNE   0x0525U

SMARTCARD read data register not empty interruption

Definition at line 188 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_TC   0x0626U

SMARTCARD transmission complete interruption

Definition at line 187 of file stm32l4xx_hal_smartcard_ex.h.

#define SMARTCARD_IT_TXE   0x0727U

SMARTCARD transmit data register empty interruption

Definition at line 183 of file stm32l4xx_hal_smartcard_ex.h.