Home
last modified time | relevance | path

Searched refs:RTC_SR_TSF (Results 1 – 25 of 134) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h939 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == \
940 RTC_SR_TSF): \
1105 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == RTC_SR_TSF):\
Dstm32wbaxx_ll_rtc.h3992 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h930 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == \
931 RTC_SR_TSF): \
1096 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == RTC_SR_TSF):\
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h909 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == \
910 RTC_SR_TSF): \
1075 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == RTC_SR_TSF):\
Dstm32u5xx_ll_rtc.h3993 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h869 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == \
870 RTC_SR_TSF): \
1035 … ((__FLAG__) == RTC_FLAG_TSF) ? (READ_BIT(RTC->SR, RTC_SR_TSF) == RTC_SR_TSF):\
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h976 (READ_BIT(RTC->SR, RTC_SR_TSF) == \
977 RTC_SR_TSF): \
1148 … (READ_BIT(RTC->SR, RTC_SR_TSF) == RTC_SR_TSF):\
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c442 if (READ_BIT(RTC->SR, RTC_SR_TSF) != 0U) in HAL_RTCEx_GetTimeStamp()
518 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
525 if (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rtc_ex.c406 if (READ_BIT(RTC->SR, RTC_SR_TSF) != 0U) in HAL_RTCEx_GetTimeStamp()
482 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
489 if (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rtc_ex.c452 if (READ_BIT(RTC->SR, RTC_SR_TSF) != 0U) in HAL_RTCEx_GetTimeStamp()
524 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
531 if (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h2198 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc_ex.c445 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
460 if (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc_ex.c523 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
538 if (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h508 #define RTC_FLAG_TSF RTC_SR_TSF /*!< Time-stamp flag */
Dstm32h7xx_ll_rtc.h4237 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc_ex.h590 …((__FLAG__) == RTC_FLAG_TSF) ? (((((__HANDLE__)->Instance->SR) & (RTC_SR_TSF)) != 0) ? 1U : 0U…
Dstm32g0xx_ll_rtc.h3286 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h3576 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rtc.h3427 return (READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h3529 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h3813 return (READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rtc.h3778 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h3391 return ((READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TS()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c436 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c474 while (READ_BIT(hrtc->Instance->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()

123456