Searched refs:RTC_IT_SEC (Results 1 – 2 of 2) sorted by relevance
332 __HAL_RTC_SECOND_ENABLE_IT(hrtc, RTC_IT_SEC); in HAL_RTCEx_SetSecond_IT()362 __HAL_RTC_SECOND_DISABLE_IT(hrtc, RTC_IT_SEC); in HAL_RTCEx_DeactivateSecond()380 if (__HAL_RTC_SECOND_GET_IT_SOURCE(hrtc, RTC_IT_SEC)) in HAL_RTCEx_RTCIRQHandler()
305 #define RTC_IT_SEC RTC_CRH_SECIE /*!< Second interrupt */ macro