Home
last modified time | relevance | path

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

/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/
A Dstm32f0xx_hal_rtc_ex.c497 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()
511 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()
526 if(__HAL_RTC_TAMPER_GET_IT_SOURCE(hrtc, RTC_IT_TAMP)) in HAL_RTCEx_TamperTimeStampIRQHandler()
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Src/
A Dstm32f7xx_hal_rtc_ex.c609 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP1); in HAL_RTCEx_DeactivateTamper()
613 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP2); in HAL_RTCEx_DeactivateTamper()
617 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP3); in HAL_RTCEx_DeactivateTamper()
/lk-master/external/platform/stm32f0xx/STM32F0xx_HAL_Driver/inc/
A Dstm32f0xx_hal_rtc.h376 #define RTC_IT_TAMP 0x00000004U /* Used only to Enable the Tamper Interrupt */ macro
/lk-master/external/platform/stm32f2xx/STM32F2xx_StdPeriph_Driver/inc/
A Dstm32f2xx_rtc.h536 #define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper … macro
/lk-master/external/platform/stm32f7xx/STM32F7xx_HAL_Driver/Inc/
A Dstm32f7xx_hal_rtc.h366 #define RTC_IT_TAMP ((uint32_t)RTC_TAMPCR_TAMPIE) /* Used only to Enable the … macro
/lk-master/external/platform/stm32f4xx/STM32F4xx_StdPeriph_Driver/inc/
A Dstm32f4xx_rtc.h750 #define RTC_IT_TAMP ((uint32_t)0x00000004) /* Used only to Enable the Tamper … macro

Completed in 14 milliseconds