Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rtc_ex.c529 if(__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) != RESET) in HAL_RTCEx_TamperTimeStampIRQHandler()
535 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
724 while(__HAL_RTC_TAMPER_GET_FLAG(hrtc,RTC_FLAG_TAMP3F) == RESET) in HAL_RTCEx_PollForTamper3Event()
737 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc,RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h388 #define RTC_FLAG_TAMP3F 0x00008000U macro
679 #define RTC_FLAGS_MASK ((uint32_t) (RTC_FLAG_RECALPF | RTC_FLAG_TAMP3F | RTC_FLAG_TAMP2F |…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc_ex.c674 if (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F)== SET) { in HAL_RTCEx_TamperTimeStampIRQHandler()
682 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc, RTC_FLAG_TAMP3F); in HAL_RTCEx_TamperTimeStampIRQHandler()
860 while (__HAL_RTC_TAMPER_GET_FLAG(hrtc, RTC_FLAG_TAMP3F) == RESET) { in HAL_RTCEx_PollForTamper3Event()
870 __HAL_RTC_TAMPER_CLEAR_FLAG(hrtc,RTC_FLAG_TAMP3F); in HAL_RTCEx_PollForTamper3Event()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h378 #define RTC_FLAG_TAMP3F ((uint32_t)RTC_ISR_TAMP3F) macro

Completed in 11 milliseconds