/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rtc_ex.h | 265 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 268 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x00020000u macro 1660 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_hal_rtc_ex.h | 368 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 371 #define RTC_TAMPER_ERASE_BACKUP_DISABLE RTC_TAMPCR_TAMP1NOERASE macro 1863 … ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rtc_ex.h | 171 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x00020000U macro 1060 ((MODE) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rtc_ex.h | 192 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x00020000U macro 1044 ((MODE) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc_ex.h | 231 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 1081 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_hal_rtc_ex.h | 252 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01U macro 1368 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rtc_ex.h | 200 #define RTC_TAMPER_ERASE_BACKUP_DISABLE ((uint32_t)0x00020000U) macro 1261 ((MODE) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_hal_rtc_ex.h | 242 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 1293 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc_ex.h | 399 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 1551 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc_ex.h | 362 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01u macro 1517 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rtc_ex.h | 270 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 0x01U macro 1324 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 427 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 1U macro 1703 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc_ex.h | 417 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 1U macro 1713 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc_ex.h | 420 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 1U macro 1701 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc_ex.h | 389 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 1U macro 1663 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 436 #define RTC_TAMPER_ERASE_BACKUP_DISABLE 1U macro 1814 ((__MODE__) == RTC_TAMPER_ERASE_BACKUP_DISABLE))
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/ |
D | stm32u0xx_hal_rtc_ex.c | 1650 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_DISABLE) in HAL_RTCEx_SetInternalTamper() 1691 if (sIntTamper->NoErase != RTC_TAMPER_ERASE_BACKUP_DISABLE) in HAL_RTCEx_SetInternalTamper_IT()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 2019 sIntTamper->NoErase = RTC_TAMPER_ERASE_BACKUP_DISABLE; in HAL_RTCEx_GetInternalTampers()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1089 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1043 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1078 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1259 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1223 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1234 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/Legacy/ |
D | stm32_hal_legacy.h | 1259 #define RTC_TAMPERERASEBACKUP_DISABLED RTC_TAMPER_ERASE_BACKUP_DISABLE
|