Home
last modified time | relevance | path

Searched refs:RTC_TAMPER_4 (Results 1 – 15 of 15) sorted by relevance

/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c2022 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
2194 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c1515 if (sTamper->Tamper < RTC_TAMPER_4) in HAL_RTCEx_SetTamper_IT()
1807 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rtc_ex.h206 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
209 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc_ex.h334 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
340 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc_ex.h190 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
196 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c2155 #ifdef RTC_TAMPER_4 in HAL_RTCEx_TamperIRQHandler()
2157 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c1602 if (sTamper->Tamper < RTC_TAMPER_4) in HAL_RTCEx_SetTamper_IT()
2188 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h356 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
363 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h351 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
356 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h356 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
362 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h312 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
318 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h358 #define RTC_TAMPER_4 TAMP_CR1_TAMP4E macro
364 RTC_TAMPER_3 | RTC_TAMPER_4 |\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c2210 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c2200 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c2224 if ((tmp & RTC_TAMPER_4) == RTC_TAMPER_4) in HAL_RTCEx_TamperIRQHandler()