STM32L443xx HAL User Manual
Defines
SMARTCARD interruptions flags mask
SMARTCARD Exported Constants

Defines

#define SMARTCARD_IT_MASK   0x001FU
#define SMARTCARD_CR_MASK   0x00E0U
#define SMARTCARD_CR_POS   5U
#define SMARTCARD_ISR_MASK   0x1F00U
#define SMARTCARD_ISR_POS   8U

Define Documentation

#define SMARTCARD_CR_MASK   0x00E0U

SMARTCARD control register mask

Definition at line 557 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_CR_POS   5U

SMARTCARD control register position

Definition at line 558 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_ISR_MASK   0x1F00U

SMARTCARD ISR register mask

Definition at line 559 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_ISR_POS   8U

SMARTCARD ISR register position

Definition at line 560 of file stm32l4xx_hal_smartcard.h.

#define SMARTCARD_IT_MASK   0x001FU

SMARTCARD interruptions flags mask

Definition at line 556 of file stm32l4xx_hal_smartcard.h.