STM32H735xx 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 549 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_CR_POS   5U

SMARTCARD control register position

Definition at line 550 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_ISR_MASK   0x1F00U

SMARTCARD ISR register mask

Definition at line 551 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_ISR_POS   8U

SMARTCARD ISR register position

Definition at line 552 of file stm32h7xx_hal_smartcard.h.

#define SMARTCARD_IT_MASK   0x001FU

SMARTCARD interruptions flags mask

Definition at line 548 of file stm32h7xx_hal_smartcard.h.