Searched refs:RTC_IT_TS (Results 1 – 6 of 6) sorted by relevance
635 #define RTC_IT_TS ((uint32_t)0x00008000) macro644 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
352 RTC_IT_TS = (1U << 10), /**< Time stamp */ enumerator545 ((x) == RTC_IT_TS) || \
354 RTC_IT_TS = (1U << 10), /**< Time stamp */ enumerator547 ((x) == RTC_IT_TS) || \
660 #define RTC_IT_TS ((uint32_t)0x00008000) macro668 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
204 __HAL_RTC_TIMESTAMP_ENABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_SetTimeStamp_IT()240 __HAL_RTC_TIMESTAMP_DISABLE_IT(hrtc, RTC_IT_TS); in HAL_RTCEx_DeactivateTimeStamp()480 if (__HAL_RTC_TIMESTAMP_GET_IT_SOURCE(hrtc, RTC_IT_TS) != 0U) in HAL_RTCEx_TamperTimeStampIRQHandler()
124 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) macro
Completed in 24 milliseconds