Home
last modified time | relevance | path

Searched refs:IS_RTC_TAMPER_ERASE_MODE (Results 1 – 7 of 7) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rtc_ex.c1648 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1729 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1844 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
2104 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
2149 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rtc_ex.c1581 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper()
1654 assert_param(IS_RTC_TAMPER_ERASE_MODE(sTamper->NoErase)); in HAL_RTCEx_SetTamper_IT()
1768 assert_param(IS_RTC_TAMPER_ERASE_MODE(sAllTamper->TampInput[i].NoErase)); in HAL_RTCEx_SetActiveTampers()
2028 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper()
2087 assert_param(IS_RTC_TAMPER_ERASE_MODE(sIntTamper->NoErase)); in HAL_RTCEx_SetInternalTamper_IT()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rtc_ex.h1672 #define IS_RTC_TAMPER_ERASE_MODE(__MODE__) (((__MODE__) == RTC_TAMPER_ERASE_BACKUP_ENABLE) ||… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rtc_ex.h1763 #define IS_RTC_TAMPER_ERASE_MODE(__MODE__) (((__MODE__) == RTC_TAMPER_ERASE_BACKUP_ENABLE) ||… macro
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3473 #define IS_TAMPER_ERASE_MODE IS_RTC_TAMPER_ERASE_MODE
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3385 #define IS_TAMPER_ERASE_MODE IS_RTC_TAMPER_ERASE_MODE
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/Legacy/
Dstm32_hal_legacy.h3821 #define IS_TAMPER_ERASE_MODE IS_RTC_TAMPER_ERASE_MODE