Home
last modified time | relevance | path

Searched refs:RTC_IT_TS (Results 1 – 6 of 6) sorted by relevance

/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rtc.h532 #define RTC_IT_TS ((uint32_t)0x00008000) macro
540 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc_ex.c249 __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()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rtc_ex.c231 __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()
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rtc.h746 #define RTC_IT_TS ((uint32_t)0x00008000) macro
754 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_WUT) || \
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h373 #define RTC_IT_TS 0x00008000U macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h362 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) macro

Completed in 14 milliseconds