Home
last modified time | relevance | path

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

/bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/
A Dft32f0xx_rtc.h635 #define RTC_IT_TS ((uint32_t)0x00008000) macro
644 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h352 RTC_IT_TS = (1U << 10), /**< Time stamp */ enumerator
545 ((x) == RTC_IT_TS) || \
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_rtc.h354 RTC_IT_TS = (1U << 10), /**< Time stamp */ enumerator
547 ((x) == RTC_IT_TS) || \
/bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/
A Dhk32f0xx_rtc.h660 #define RTC_IT_TS ((uint32_t)0x00008000) macro
668 #define IS_RTC_GET_IT(IT) (((IT) == RTC_IT_TS) || ((IT) == RTC_IT_ALRA) || \
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/
A Dstm32l1xx_hal_rtc_ex.c204 __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()
/bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/
A Dstm32l1xx_hal_rtc_ex.h124 #define RTC_IT_TS ((uint32_t)RTC_CR_TSIE) macro

Completed in 24 milliseconds