Searched refs:RTC_IT_TAMP3 (Results 1 – 3 of 3) sorted by relevance
379 #define RTC_IT_TAMP3 0x00080000U /*only for RTC_ISR flag check*/ macro
369 #define RTC_IT_TAMP3 ((uint32_t)RTC_TAMPCR_TAMP3IE) macro
617 hrtc->Instance->TAMPCR &= (uint32_t)~(RTC_IT_TAMP | RTC_IT_TAMP3); in HAL_RTCEx_DeactivateTamper()
Completed in 8 milliseconds