STM32G474xx HAL用户手册
宏定义
SMARTCARD中断标志掩码
SMARTCARD导出常量

宏定义

#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 SMARTCARD_CR_MASK   0x00E0U

SMARTCARD控制寄存器掩码

定义位于文件 stm32g4xx_hal_smartcard.h547 行。

#define SMARTCARD_CR_POS   5U

SMARTCARD控制寄存器位置

定义位于文件 stm32g4xx_hal_smartcard.h548 行。

#define SMARTCARD_ISR_MASK   0x1F00U

SMARTCARD ISR寄存器掩码

定义位于文件 stm32g4xx_hal_smartcard.h549 行。

#define SMARTCARD_ISR_POS   8U

SMARTCARD ISR寄存器位置

定义位于文件 stm32g4xx_hal_smartcard.h550 行。

#define SMARTCARD_IT_MASK   0x001FU

SMARTCARD中断标志掩码

定义位于文件 stm32g4xx_hal_smartcard.h546 行。