Home
last modified time | relevance | path

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

12345678

/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h237 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
2886 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32f0xx_hal_rtc.h448 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h250 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3466 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32f7xx_hal_rtc.h440 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h255 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3433 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32l1xx_hal_rtc.h460 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h251 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3393 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32f3xx_hal_rtc.h445 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h250 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3398 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32f4xx_hal_rtc.h441 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h253 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3362 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32l0xx_hal_rtc.h463 #define RTC_FLAG_SHPF RTC_ISR_SHPF /*!< Shift operation pending flag …
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h253 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
3547 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32wbxx_hal_rtc.h473 #define RTC_FLAG_SHPF ((uint32_t)RTC_ISR_SHPF)
/hal_stm32-3.7.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h265 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
4169 return ((READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_SHP()
Dstm32h7xx_hal_rtc.h523 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-3.7.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h265 #define LL_RTC_ISR_SHPF RTC_ISR_SHPF
5185 return (READ_BIT(RTCx->ISR, RTC_ISR_SHPF) == (RTC_ISR_SHPF)); in LL_RTC_IsActiveFlag_SHP()
Dstm32l4xx_hal_rtc.h590 #define RTC_FLAG_SHPF RTC_ISR_SHPF
/hal_stm32-3.7.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c1430 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c1433 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c1503 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c1562 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c1657 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c1658 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()
/hal_stm32-3.7.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c1538 while ((hrtc->Instance->ISR & RTC_ISR_SHPF) != 0U) in HAL_RTCEx_SetSynchroShift()

12345678