Lines Matching refs:ICSR
464 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in HAL_RTC_DeInit()
1261 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_SetAlarm()
1294 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_SetAlarm()
1448 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_SetAlarm_IT()
1481 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_SetAlarm_IT()
1554 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRAWF) == 0U) in HAL_RTC_DeactivateAlarm()
1580 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_ALRBWF) == 0U) in HAL_RTC_DeactivateAlarm()
1807 hrtc->Instance->ICSR = ((uint32_t)(RTC_RSF_MASK & RTC_ICSR_RESERVED_MASK)); in HAL_RTC_WaitForSynchro()
1812 while (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_RSF) == 0U) in HAL_RTC_WaitForSynchro()
1875 if (READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_INITF) == 0U) in RTC_EnterInitMode()
1878 SET_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_EnterInitMode()
1882 while ((READ_BIT(hrtc->Instance->ICSR, RTC_ICSR_INITF) == 0U) && (status != HAL_TIMEOUT)) in RTC_EnterInitMode()
1906 CLEAR_BIT(hrtc->Instance->ICSR, RTC_ICSR_INIT); in RTC_ExitInitMode()