|
STM32L443xx 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 609 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_TAMPER_NOERASE_TAMPER2 RTC_TAMPCR_TAMP2NOERASE |
Tamper 2 event does not erase the backup registers.
Definition at line 612 of file stm32l4xx_ll_rtc.h.
| #define LL_RTC_TAMPER_NOERASE_TAMPER3 RTC_TAMPCR_TAMP3NOERASE |
Tamper 3 event does not erase the backup registers.
Definition at line 615 of file stm32l4xx_ll_rtc.h.
1.7.6.1