Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_timebase_rtc_alarm_template.c162 CLEAR_BIT(hRTC_Handle.Instance->CRL, (RTC_FLAG_SEC | RTC_FLAG_OW)); in HAL_InitTick()
236 CLEAR_BIT(hRTC_Handle.Instance->CRL, (RTC_FLAG_SEC | RTC_FLAG_OW | RTC_FLAG_ALRAF)); in HAL_ResumeTick()
276 CLEAR_BIT(hrtc->Instance->CRL, (RTC_FLAG_SEC | RTC_FLAG_OW)); in HAL_RTC_AlarmAEventCallback()
Dstm32f1xx_hal_rtc_ex.c383 if (__HAL_RTC_SECOND_GET_FLAG(hrtc, RTC_FLAG_SEC)) in HAL_RTCEx_RTCIRQHandler()
407 __HAL_RTC_SECOND_CLEAR_FLAG(hrtc, RTC_FLAG_SEC); in HAL_RTCEx_RTCIRQHandler()
Dstm32f1xx_hal_rtc.c345 CLEAR_BIT(hrtc->Instance->CRL, (RTC_FLAG_OW | RTC_FLAG_ALRAF | RTC_FLAG_SEC)); in HAL_RTC_Init()
757 CLEAR_BIT(hrtc->Instance->CRL, (RTC_FLAG_SEC | RTC_FLAG_OW)); in HAL_RTC_SetTime()
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/
Dstm32f1xx_hal_rtc.h318 #define RTC_FLAG_SEC RTC_CRL_SECF /*!< Second flag */ macro