|
STM32G474xx HAL用户手册
|
定义 | |
| #define | RTC_TAMPER_1 TAMP_CR1_TAMP1E |
| #define | RTC_TAMPER_2 >TAMP_CR1_TAMP2E |
| #define | RTC_TAMPER_3 >TAMP_CR1_TAMP3E |
| #define | RTC_TAMPER_ALL (RTC_TAMPER_1 | RTC_TAMPER_2 | RTC_TAMPER_3 ) |
| #define RTC_TAMPER_1 TAMP_CR1_TAMP1E |
定义于文件 stm32g4xx_hal_rtc_ex.h 的第 183 行。
| #define RTC_TAMPER_2 >TAMP_CR1_TAMP2E |
定义于文件 stm32g4xx_hal_rtc_ex.h 的第 184 行。
| #define RTC_TAMPER_3 >TAMP_CR1_TAMP3E |
定义于文件 stm32g4xx_hal_rtc_ex.h 的第 186 行。
| #define RTC_TAMPER_ALL (RTC_TAMPER_1 | RTC_TAMPER_2 | RTC_TAMPER_3 ) |
定义于文件 stm32g4xx_hal_rtc_ex.h 的第 187 行。
1.7.6.1