Home
last modified time | relevance | path

Searched refs:RTC_IT_SEC (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc_ex.c332 __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()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc.h305 #define RTC_IT_SEC RTC_CRH_SECIE /*!< Second interrupt */ macro