Searched refs:RTC_IT_TS (Results 1 – 6 of 6) sorted by relevance
532 #define RTC_IT_TS ((uint32_t)0x00008000) macro540 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
249 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc,RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()286 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()636 if (__HAL_RTC_TIMESTAMP_GET_IT(hrtc, RTC_IT_TS)) { in HAL_RTCEx_TamperTimeStampIRQHandler()638 if ((uint32_t)(hrtc->Instance->CR & RTC_IT_TS) != (uint32_t)RESET) { in HAL_RTCEx_TamperTimeStampIRQHandler()
231 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc,RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()267 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()483 if(__HAL_RTC_TIMESTAMP_GET_IT_SOURCE(hrtc, RTC_IT_TS) != RESET) in HAL_RTCEx_TamperTimeStampIRQHandler()
746 #define RTC_IT_TS ((uint32_t)0x00008000) macro754 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
373 #define RTC_IT_TS 0x00008000U macro
362 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) macro
Completed in 14 milliseconds