|
STM32G474xx HAL用户手册
|
宏定义 | |
| #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.h 的 547 行。
| #define SMARTCARD_CR_POS 5U |
SMARTCARD控制寄存器位置
定义位于文件 stm32g4xx_hal_smartcard.h 的 548 行。
| #define SMARTCARD_ISR_MASK 0x1F00U |
SMARTCARD ISR寄存器掩码
定义位于文件 stm32g4xx_hal_smartcard.h 的 549 行。
| #define SMARTCARD_ISR_POS 8U |
SMARTCARD ISR寄存器位置
定义位于文件 stm32g4xx_hal_smartcard.h 的 550 行。
| #define SMARTCARD_IT_MASK 0x001FU |
SMARTCARD中断标志掩码
定义位于文件 stm32g4xx_hal_smartcard.h 的 546 行。
1.7.6.1