Home
last modified time | relevance | path

Searched refs:RTC_ISR_INITF (Results 1 – 25 of 194) sorted by relevance

12345678

/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_timebase_rtc_alarm_template.c198 #if defined(RTC_ISR_INITF) in HAL_InitTick()
199 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
205 #if defined(RTC_ISR_INITF) in HAL_InitTick()
211 #if defined(RTC_ISR_INITF) in HAL_InitTick()
212 while ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
306 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32h7xx_hal_rtc.c1926 if ((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U)
1934 while (((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U) && (status != HAL_TIMEOUT))
1963 CLEAR_BIT(RTC->ISR, RTC_ISR_INITF);
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_timebase_rtc_alarm_template.c191 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
196 while ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
284 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32f0xx_hal_rtc.c1678 if (READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1687 while ((READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) && (status != HAL_ERROR)) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_timebase_rtc_alarm_template.c194 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
199 while((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
286 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32f3xx_hal_rtc.c1828 if (READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1837 while ((READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) && (status != HAL_ERROR)) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_timebase_rtc_alarm_template.c193 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
198 while ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
284 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32f4xx_hal_rtc.c1805 if (READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1814 while ((READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) && (status != HAL_ERROR)) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_timebase_rtc_alarm_template.c193 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
198 while ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
283 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32f7xx_hal_rtc.c1827 if (READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1836 while ((READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) && (status != HAL_ERROR)) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_timebase_rtc_alarm_template.c206 if ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
211 while ((hRTC_Handle.Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_InitTick()
299 while((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in HAL_RTC_AlarmAEventCallback()
Dstm32f2xx_hal_rtc.c1767 if ((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in RTC_EnterInitMode()
1776 while ((hrtc->Instance->ISR & RTC_ISR_INITF) == (uint32_t)RESET) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h234 #define LL_RTC_ISR_INITF RTC_ISR_INITF
2842 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h246 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3059 return (READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h247 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3354 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h248 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3349 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h248 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3448 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h247 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3422 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h250 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3318 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h250 #define LL_RTC_ISR_INITF RTC_ISR_INITF
3503 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc.c1889 if ((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1896 while ((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc.c1841 if (READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1850 while ((READ_BIT(hrtc->Instance->ISR, RTC_ISR_INITF) == 0U) && (status != HAL_ERROR)) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h262 #define LL_RTC_ISR_INITF RTC_ISR_INITF
4125 return ((READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_INIT()
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc.c1880 if ((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
1887 while ((hrtc->Instance->ISR & RTC_ISR_INITF) == 0U) in RTC_EnterInitMode()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h262 #define LL_RTC_ISR_INITF RTC_ISR_INITF
5141 return (READ_BIT(RTCx->ISR, RTC_ISR_INITF) == (RTC_ISR_INITF)); in LL_RTC_IsActiveFlag_INIT()

12345678