Home
last modified time | relevance | path

Searched refs:RTC_FLAG_TAMP3F (Results 1 – 21 of 21) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c639 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
642 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
852 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
865 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c633 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
636 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
846 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
859 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c650 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
653 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
867 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
880 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c781 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
791 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
984 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
997 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c863 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
866 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
1080 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
1093 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c872 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
875 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
1081 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
1094 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c637 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
640 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
2233 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U)
2246 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F);
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc_ex.h440 #define RTC_FLAG_TAMP3F TAMP_SR_TAMP3F macro
441 #define RTC_FLAG_TAMPALL (RTC_FLAG_TAMP1F | RTC_FLAG_TAMP2F | RTC_FLAG_TAMP3F)
445 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c1484 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
1487 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
1814 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == 0U) in HAL_RTCEx_PollForTamper3Event()
1827 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rtc_ex.h985 RTC_FLAG_TAMP3F))
991 RTC_FLAG_TAMP3F))
Dstm32l0xx_hal_rtc.h449 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag … macro
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_hal_rtc_ex.h1008 RTC_FLAG_TAMP3F))
1014 RTC_FLAG_TAMP3F))
Dstm32l1xx_hal_rtc.h445 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag … macro
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rtc_ex.h364 #define RTC_FLAG_TAMP3F ((uint32_t)RTC_ISR_TAMP3F) macro
1196 #define RTC_FLAGS_MASK ((uint32_t) (RTC_FLAG_RECALPF | RTC_FLAG_TAMP3F | RTC_FLAG_TAMP2F |…
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc_ex.h575 #define RTC_FLAG_TAMP3F TAMP_SR_TAMP3F macro
579 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F macro
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rtc.h435 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag … macro
Dstm32f0xx_hal_rtc_ex.h913 RTC_FLAG_TAMP3F))
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rtc.h428 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag … macro
Dstm32f7xx_hal_rtc_ex.h1004 RTC_FLAG_TAMP3F))
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_hal_rtc.h433 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag … macro
Dstm32f3xx_hal_rtc_ex.h946 RTC_FLAG_TAMP3F))