|
STM32G474xx HAL用户手册
|
宏定义 | |
| #define | RTC_FLAG_TAMP_1 TAMP_SR_TAMP1F |
| #define | RTC_FLAG_TAMP_2 >TAMP_SR_TAMP2F |
| #define | RTC_FLAG_TAMP_3 >TAMP_SR_TAMP3F |
| #define | RTC_FLAG_TAMP_ALL (RTC_FLAG_TAMP_1 | RTC_FLAG_TAMP_2 | RTC_FLAG_TAMP_3) |
| #define | RTC_FLAG_INT_TAMP_1 0U |
| #define | RTC_FLAG_INT_TAMP_2 0U |
| #define | RTC_FLAG_INT_TAMP_3 TAMP_SR_ITAMP3F |
| #define | RTC_FLAG_INT_TAMP_4 TAMP_SR_ITAMP4F |
| #define | RTC_FLAG_INT_TAMP_5 TAMP_SR_ITAMP5F |
| #define | RTC_FLAG_INT_TAMP_6 TAMP_SR_ITAMP6F |
| #define | RTC_FLAG_INT_TAMP_7 0U |
| #define | RTC_FLAG_INT_TAMP_8 0U |
| #define | RTC_FLAG_INT_TAMP_ALL |
| #define RTC_FLAG_INT_TAMP_1 0U |
Definition at line 433 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_2 0U |
Definition at line 438 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_3 TAMP_SR_ITAMP3F |
篡改3中断标志
Definition at line 440 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_4 TAMP_SR_ITAMP4F |
篡改4中断标志
Definition at line 441 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_5 TAMP_SR_ITAMP5F |
篡改5中断标志
Definition at line 442 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_6 TAMP_SR_ITAMP6F |
篡改6中断标志
Definition at line 444 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_7 0U |
Definition at line 451 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_8 0U |
Definition at line 456 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_INT_TAMP_ALL |
(RTC_FLAG_INT_TAMP_1 | RTC_FLAG_INT_TAMP_2 |\ RTC_FLAG_INT_TAMP_3 | RTC_FLAG_INT_TAMP_4 |\ RTC_FLAG_INT_TAMP_5 | RTC_FLAG_INT_TAMP_6 |\ RTC_FLAG_INT_TAMP_7 | RTC_FLAG_INT_TAMP_8)
Definition at line 458 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_TAMP_1 TAMP_SR_TAMP1F |
Definition at line 410 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_TAMP_2 TAMP_SR_TAMP2F |
Definition at line 411 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_TAMP_3 TAMP_SR_TAMP3F |
Definition at line 413 of file stm32g4xx_hal_rtc_ex.h.
| #define RTC_FLAG_TAMP_ALL (RTC_FLAG_TAMP_1 | RTC_FLAG_TAMP_2 | RTC_FLAG_TAMP_3) |
Definition at line 414 of file stm32g4xx_hal_rtc_ex.h.
1.7.6.1