Home
last modified time | relevance | path

Searched refs:RTC_ISR_TAMP3F (Results 1 – 25 of 113) sorted by relevance

12345

/hal_stm32-3.6.0/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h226 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
2681 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
2762 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32f0xx_hal_rtc.h435 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag …
/hal_stm32-3.6.0/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3205 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
3297 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32l1xx_hal_rtc.h445 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag …
/hal_stm32-3.6.0/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h239 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3235 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
3334 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32f7xx_hal_rtc.h428 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag …
/hal_stm32-3.6.0/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h239 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3135 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
3227 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32l0xx_hal_rtc.h449 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag …
/hal_stm32-3.6.0/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h239 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3170 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
3260 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32f3xx_hal_rtc.h433 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F /*!< Tamper 3 event flag …
/hal_stm32-3.6.0/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h237 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3301 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
3408 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32wbxx_hal_rtc_ex.h364 #define RTC_FLAG_TAMP3F ((uint32_t)RTC_ISR_TAMP3F)
/hal_stm32-3.6.0/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h254 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
3938 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP3()
4037 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32h7xx_hal_rtc_ex.h579 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F
/hal_stm32-3.6.0/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h254 #define LL_RTC_ISR_TAMP3F RTC_ISR_TAMP3F
4939 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP3F) == (RTC_ISR_TAMP3F)); in LL_RTC_IsActiveFlag_TAMP3()
5046 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP3F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP3()
Dstm32l4xx_hal_rtc_ex.h445 #define RTC_FLAG_TAMP3F RTC_ISR_TAMP3F
/hal_stm32-3.6.0/stm32cube/stm32l0xx/soc/
Dstm32l010x4.h3843 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l011xx.h3952 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l021xx.h4089 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l031xx.h4057 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l041xx.h4194 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l010x6.h3877 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l010xb.h3917 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l071xx.h4300 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro
Dstm32l081xx.h4437 #define RTC_ISR_TAMP3F RTC_ISR_TAMP3F_Msk /*!< */ macro

12345