Home
last modified time | relevance | path

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

12345678

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h238 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
2722 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
2788 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32f2xx_hal_rtc.h370 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h230 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
2715 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
2796 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32f0xx_hal_rtc.h439 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h242 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3268 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3367 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32f7xx_hal_rtc.h431 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h245 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3171 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3263 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32l0xx_hal_rtc.h455 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h243 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3204 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3294 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32f3xx_hal_rtc.h437 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h242 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3220 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3299 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32f4xx_hal_rtc.h433 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h247 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3241 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3333 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32l1xx_hal_rtc.h451 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF /*!< Timestamp overflow flag …
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h245 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3339 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
3446 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32wbxx_hal_rtc.h462 #define RTC_FLAG_TSOVF ((uint32_t)RTC_ISR_TSOVF)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h257 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
3971 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TSOV()
4070 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32h7xx_hal_rtc.h514 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h257 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
4977 return (READ_BIT(RTCx->ISR, RTC_ISR_TSOVF) == (RTC_ISR_TSOVF)); in LL_RTC_IsActiveFlag_TSOV()
5084 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSOVF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT)… in LL_RTC_ClearFlag_TSOV()
Dstm32l4xx_hal_rtc.h581 #define RTC_FLAG_TSOVF RTC_ISR_TSOVF
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rtc.h225 #define LL_RTC_ISR_TSOVF RTC_ISR_TSOVF
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h3449 #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk macro
Dstm32f030x8.h3493 #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk macro
Dstm32f070x6.h3529 #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h4203 #define RTC_ISR_TSOVF RTC_ISR_TSOVF_Msk /*!< */ macro

12345678