Home
last modified time | relevance | path

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

12345678

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h239 #define LL_RTC_ISR_TSF RTC_ISR_TSF
2733 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
2799 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32f2xx_hal_rtc.h371 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h231 #define LL_RTC_ISR_TSF RTC_ISR_TSF
2726 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
2807 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32f0xx_hal_rtc.h440 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h243 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3279 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3378 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32f7xx_hal_rtc.h432 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h246 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3182 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3274 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32l0xx_hal_rtc.h456 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h244 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3215 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3305 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32f3xx_hal_rtc.h438 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h243 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3231 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3310 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32f4xx_hal_rtc.h434 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h248 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3252 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3344 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32l1xx_hal_rtc.h452 #define RTC_FLAG_TSF RTC_ISR_TSF /*!< Timestamp event flag …
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h246 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3350 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
3457 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32wbxx_hal_rtc.h463 #define RTC_FLAG_TSF ((uint32_t)RTC_ISR_TSF)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h258 #define LL_RTC_ISR_TSF RTC_ISR_TSF
3982 return ((READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TS()
4081 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32h7xx_hal_rtc.h515 #define RTC_FLAG_TSF RTC_ISR_TSF
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h258 #define LL_RTC_ISR_TSF RTC_ISR_TSF
4988 return (READ_BIT(RTCx->ISR, RTC_ISR_TSF) == (RTC_ISR_TSF)); in LL_RTC_IsActiveFlag_TS()
5095 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TSF | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT))); in LL_RTC_ClearFlag_TS()
Dstm32l4xx_hal_rtc.h582 #define RTC_FLAG_TSF RTC_ISR_TSF
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rtc.h226 #define LL_RTC_ISR_TSF RTC_ISR_TSF
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h3452 #define RTC_ISR_TSF RTC_ISR_TSF_Msk macro
Dstm32f030x8.h3496 #define RTC_ISR_TSF RTC_ISR_TSF_Msk macro
Dstm32f070x6.h3532 #define RTC_ISR_TSF RTC_ISR_TSF_Msk macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h4206 #define RTC_ISR_TSF RTC_ISR_TSF_Msk /*!< */ macro

12345678