Home
last modified time | relevance | path

Searched refs:RTC_ISR_SHPF (Results 1 – 25 of 174) sorted by relevance

1234567

/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h251 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3484 #if defined(RTC_ISR_SHPF)
3493 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32l1xx_hal_rtc_ex.h155 #define RTC_FLAG_SHPF ((uint32_t)RTC_ISR_SHPF)
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h631 #if defined(RTC_ISR_SHPF)
632 #define RTC_FLAG_SHPF RTC_ISR_SHPF
Dstm32h7xx_ll_rtc.h269 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
4279 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32h7xx_hal_rtc_ex.h1419 #if defined(RTC_ISR_SHPF)
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h236 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
2944 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h250 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3526 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h250 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3463 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
Dstm32f3xx_hal_rtc.h442 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h251 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3448 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
Dstm32f7xx_hal_rtc.h432 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h251 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3424 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32l0xx_hal_rtc.h475 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h254 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3550 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32wbxx_hal_rtc.h474 #define RTC_FLAG_SHPF ((uint32_t)RTC_ISR_SHPF)
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h266 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
5186 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
Dstm32l4xx_hal_rtc.h591 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c2554 #if defined(RTC_ISR_SHPF) in HAL_RTCEx_SetSynchroShift()
2555 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c1284 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != RESET) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c1274 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != RESET) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c1394 while((hrtc->Instance->ISR & RTC_ISR_SHPF) != RESET) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c1451 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c1535 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c1411 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c1484 while((hrtc->Instance->ISR & RTC_ISR_SHPF) != RESET) in HAL_RTCEx_SetSynchroShift()

1234567