Home
last modified time | relevance | path

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

123456

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_rtc_ex.h937 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == \
938 RTC_SR_TSOVF) : \
1106 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == RTC_SR_TSOVF):\
Dstm32wbaxx_ll_rtc.h3981 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h928 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == \
929 RTC_SR_TSOVF) : \
1097 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == RTC_SR_TSOVF):\
Dstm32n6xx_ll_rtc.h4006 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rtc_ex.h907 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == \
908 RTC_SR_TSOVF) : \
1076 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == RTC_SR_TSOVF):\
Dstm32u5xx_ll_rtc.h3982 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_hal_rtc_ex.h867 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == \
868 RTC_SR_TSOVF) : \
1036 … ((__FLAG__) == RTC_FLAG_TSOVF) ? (READ_BIT(RTC->SR, RTC_SR_TSOVF) == RTC_SR_TSOVF):\
Dstm32h7rsxx_ll_rtc.h4054 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rtc_ex.h973 (READ_BIT(RTC->SR, RTC_SR_TSOVF) == \
974 RTC_SR_TSOVF) : \
1150 … (READ_BIT(RTC->SR, RTC_SR_TSOVF) == RTC_SR_TSOVF):\
Dstm32h5xx_ll_rtc.h4097 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_rtc.h2187 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc_ex.c353 if ( READ_BIT(RTC->SR, RTC_SR_TSOVF) == 0U ) in HAL_RTCEx_DeactivateInternalTimeStamp()
486 if (READ_BIT(RTC->SR, RTC_SR_TSOVF) != 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc.h507 #define RTC_FLAG_TSOVF RTC_SR_TSOVF /*!< Time-stamp overflow flag */
Dstm32h7xx_ll_rtc.h4226 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc_ex.h591 … (((((__HANDLE__)->Instance->SR) & (RTC_SR_TSOVF)) != 0) ? 1U : 0U))
Dstm32g0xx_ll_rtc.h3275 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rtc.h3565 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rtc.h3416 return (READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h3518 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h3802 return (READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rtc.h3767 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h3380 return ((READ_BIT(RTCx->SR, RTC_SR_TSOVF) == (RTC_SR_TSOVF)) ? 1U : 0U); in LL_RTC_IsActiveFlag_TSOV()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rtc_ex.c438 if (READ_BIT(RTC->SR, RTC_SR_TSOVF) != 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc_ex.c476 if (READ_BIT(hrtc->Instance->SR, RTC_SR_TSOVF) != 0U) in HAL_RTCEx_PollForTimeStampEvent()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc_ex.c483 if (READ_BIT(RTC->SR, RTC_SR_TSOVF) != 0U) in HAL_RTCEx_PollForTimeStampEvent()

123456