|
STM32G474xx HAL 用户手册
|
宏定义 | |
| #define | RTC_IT_TAMP_1 TAMP_IER_TAMP1IE |
| #define | RTC_IT_TAMP_2 TAMP_IER_TAMP2IE |
| #define | RTC_IT_TAMP_3 TAMP_IER_TAMP3IE |
| #define | RTC_IT_TAMP_ALL (RTC_IT_TAMP_1 | RTC_IT_TAMP_2 | RTC_IT_TAMP_3 ) |
| #define | RTC_IT_INT_TAMP_1 0U |
| #define | RTC_IT_INT_TAMP_2 0U |
| #define | RTC_IT_INT_TAMP_3 TAMP_IER_ITAMP3IE |
| #define | RTC_IT_INT_TAMP_4 TAMP_IER_ITAMP4IE |
| #define | RTC_IT_INT_TAMP_5 TAMP_IER_ITAMP5IE |
| #define | RTC_IT_INT_TAMP_6 TAMP_IER_ITAMP6IE |
| #define | RTC_IT_INT_TAMP_7 0U |
| #define | RTC_IT_INT_TAMP_8 0U |
| #define | RTC_IT_INT_TAMP_ALL |
| #define RTC_IT_INT_TAMP_1 0U |
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 372 行。
| #define RTC_IT_INT_TAMP_2 0U |
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 377 行。
| #define RTC_IT_INT_TAMP_3 TAMP_IER_ITAMP3IE |
内部篡改3中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 379 行。
| #define RTC_IT_INT_TAMP_4 TAMP_IER_ITAMP4IE |
内部篡改4中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 380 行。
| #define RTC_IT_INT_TAMP_5 TAMP_IER_ITAMP5IE |
内部篡改5中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 381 行。
| #define RTC_IT_INT_TAMP_6 TAMP_IER_ITAMP6IE |
内部篡改6中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 383 行。
| #define RTC_IT_INT_TAMP_7 0U |
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 390 行。
| #define RTC_IT_INT_TAMP_8 0U |
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 395 行。
| #define RTC_IT_INT_TAMP_ALL |
(RTC_IT_INT_TAMP_1 | RTC_IT_INT_TAMP_2 |\ RTC_IT_INT_TAMP_3 | RTC_IT_INT_TAMP_4 |\ RTC_IT_INT_TAMP_5 | RTC_IT_INT_TAMP_6 |\ RTC_IT_INT_TAMP_7 | RTC_IT_INT_TAMP_8 )
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 398 行。
| #define RTC_IT_TAMP_1 TAMP_IER_TAMP1IE |
篡改1中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 349 行。
| #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE |
篡改2中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 350 行。
| #define RTC_IT_TAMP_3 TAMP_IER_TAMP3IE |
篡改3中断
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第 352 行。
| #define RTC_IT_TAMP_ALL (RTC_IT_TAMP_1 | RTC_IT_TAMP_2 | RTC_IT_TAMP_3 ) |
定义位于文件 stm32g4xx_hal_rtc_ex.h 的第