|
STM32H735xx HAL User Manual
|
Defines | |
| #define | LL_RTC_TAMPER_NOERASE_TAMPER1 RTC_TAMPCR_TAMP1NOERASE |
| #define | LL_RTC_TAMPER_NOERASE_TAMPER2 RTC_TAMPCR_TAMP2NOERASE |
| #define | LL_RTC_TAMPER_NOERASE_TAMPER3 RTC_TAMPCR_TAMP3NOERASE |
| #define LL_RTC_TAMPER_NOERASE_TAMPER1 RTC_TAMPCR_TAMP1NOERASE |
Tamper 1 event does not erase the backup registers.
Definition at line 601 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_TAMPER_NOERASE_TAMPER2 RTC_TAMPCR_TAMP2NOERASE |
Tamper 2 event does not erase the backup registers.
Definition at line 604 of file stm32h7xx_ll_rtc.h.
| #define LL_RTC_TAMPER_NOERASE_TAMPER3 RTC_TAMPCR_TAMP3NOERASE |
Tamper 3 event does not erase the backup registers.
Definition at line 607 of file stm32h7xx_ll_rtc.h.
1.7.6.1