/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_timebase_rtc_alarm_template.c | 198 #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()
|
D | stm32h7xx_hal_rtc.c | 1926 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/ |
D | stm32f0xx_hal_timebase_rtc_alarm_template.c | 191 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()
|
D | stm32f0xx_hal_rtc.c | 1678 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/ |
D | stm32f3xx_hal_timebase_rtc_alarm_template.c | 194 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()
|
D | stm32f3xx_hal_rtc.c | 1828 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/ |
D | stm32f4xx_hal_timebase_rtc_alarm_template.c | 193 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()
|
D | stm32f4xx_hal_rtc.c | 1805 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/ |
D | stm32f7xx_hal_timebase_rtc_alarm_template.c | 193 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()
|
D | stm32f7xx_hal_rtc.c | 1827 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/ |
D | stm32f2xx_hal_timebase_rtc_alarm_template.c | 206 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()
|
D | stm32f2xx_hal_rtc.c | 1767 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/ |
D | stm32f0xx_ll_rtc.h | 234 #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/ |
D | stm32f2xx_ll_rtc.h | 246 #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/ |
D | stm32f4xx_ll_rtc.h | 247 #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/ |
D | stm32f3xx_ll_rtc.h | 248 #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/ |
D | stm32l1xx_ll_rtc.h | 248 #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/ |
D | stm32f7xx_ll_rtc.h | 247 #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/ |
D | stm32l0xx_ll_rtc.h | 250 #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/ |
D | stm32wbxx_ll_rtc.h | 250 #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/ |
D | stm32wbxx_hal_rtc.c | 1889 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/ |
D | stm32l0xx_hal_rtc.c | 1841 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/ |
D | stm32h7xx_ll_rtc.h | 262 #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/ |
D | stm32l1xx_hal_rtc.c | 1880 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/ |
D | stm32l4xx_ll_rtc.h | 262 #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()
|