/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_hal_rtc_ex.h | 939 … ((__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):\
|
D | stm32wbaxx_ll_rtc.h | 3992 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/ |
D | stm32n6xx_hal_rtc_ex.h | 930 … ((__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/ |
D | stm32u5xx_hal_rtc_ex.h | 909 … ((__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):\
|
D | stm32u5xx_ll_rtc.h | 3993 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/ |
D | stm32h7rsxx_hal_rtc_ex.h | 869 … ((__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/ |
D | stm32h5xx_hal_rtc_ex.h | 976 (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/ |
D | stm32n6xx_hal_rtc_ex.c | 442 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/ |
D | stm32wbaxx_hal_rtc_ex.c | 406 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/ |
D | stm32h7rsxx_hal_rtc_ex.c | 452 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/ |
D | stm32c0xx_ll_rtc.h | 2198 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/ |
D | stm32u5xx_hal_rtc_ex.c | 445 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/ |
D | stm32h5xx_hal_rtc_ex.c | 523 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/ |
D | stm32h7xx_hal_rtc.h | 508 #define RTC_FLAG_TSF RTC_SR_TSF /*!< Time-stamp flag */
|
D | stm32h7xx_ll_rtc.h | 4237 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/ |
D | stm32g0xx_hal_rtc_ex.h | 590 …((__FLAG__) == RTC_FLAG_TSF) ? (((((__HANDLE__)->Instance->SR) & (RTC_SR_TSF)) != 0) ? 1U : 0U…
|
D | stm32g0xx_ll_rtc.h | 3286 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/ |
D | stm32wlxx_ll_rtc.h | 3576 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/ |
D | stm32u0xx_ll_rtc.h | 3427 return (READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)); in LL_RTC_IsActiveFlag_TS()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 3529 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/ |
D | stm32l4xx_ll_rtc.h | 3813 return (READ_BIT(RTCx->SR, RTC_SR_TSF) == (RTC_SR_TSF)); in LL_RTC_IsActiveFlag_TS()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 3778 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/ |
D | stm32g4xx_ll_rtc.h | 3391 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/ |
D | stm32u0xx_hal_rtc_ex.c | 436 while (READ_BIT(RTC->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc_ex.c | 474 while (READ_BIT(hrtc->Instance->SR, RTC_SR_TSF) == 0U) in HAL_RTCEx_PollForTimeStampEvent()
|