Searched refs:RTC_IT_TAMP (Results 1 – 6 of 6) sorted by relevance
497 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()511 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()526 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()
609 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP1); in HAL_RTCEx_DeactivateTamper()613 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP2); in HAL_RTCEx_DeactivateTamper()617 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP3); in HAL_RTCEx_DeactivateTamper()
376 #define RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ macro
536 #define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper … macro
366 #define RTC_IT_TAMP ((uint32_t)RTC_TAMPCR_TAMPIE) /* Used only to Enable the … macro
750 #define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper … macro
Completed in 14 milliseconds