Home
last modified time | relevance | path

Searched refs:RTC_IT_TAMP2 (Results 1 – 4 of 4) sorted by relevance

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h378 #define RTC_IT_TAMP2 0x00040000U /*only for RTC_ISR flag check*/ macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h368 #define RTC_IT_TAMP2 ((uint32_t)RTC_TAMPCR_TAMP2IE) macro
A Dstm32f7xx_hal_rtc_ex.h489 …((__INTERRUPT__) == RTC_IT_TAMP2) ? (((((__HANDLE__)->Instance->ISR) & ((__INTERRUPT__)>> 5)) != R…
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc_ex.c613 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP2); in HAL_RTCEx_DeactivateTamper()

Completed in 11 milliseconds