Lines Matching refs:ICSR
396 while ((((hrtc->Instance->ICSR) & RTC_ICSR_WUTWF) == 0U) && (status != HAL_TIMEOUT)) in HAL_RTC_DeInit()
1213 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRAWF) == 0U) in HAL_RTC_SetAlarm()
1250 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRBWF) == 0U) in HAL_RTC_SetAlarm()
1403 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRAWF) == 0U) in HAL_RTC_SetAlarm_IT()
1441 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRBWF) == 0U) in HAL_RTC_SetAlarm_IT()
1532 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRAWF) == 0U) in HAL_RTC_DeactivateAlarm()
1563 while (READ_BIT(hrtc->Instance->ICSR, RTC_FLAG_ALRBWF) == 0U) in HAL_RTC_DeactivateAlarm()
1840 hrtc->Instance->ICSR = ((uint32_t)(RTC_RSF_MASK & RTC_ICSR_RESERVED_MASK)); in HAL_RTC_WaitForSynchro()
1849 while ((hrtc->Instance->ICSR & RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
1916 if ((hrtc->Instance->ICSR & RTC_ICSR_INITF) == 0U)
1919 SET_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT);
1924 while (((hrtc->Instance->ICSR & RTC_ICSR_INITF) == 0U) && (status != HAL_TIMEOUT))
1961 CLEAR_BIT(RTC->ICSR, RTC_ICSR_INIT);