Home
last modified time | relevance | path

Searched refs:RTC_ISR_TAMP2F (Results 1 – 25 of 168) sorted by relevance

1234567

/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h228 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
2693 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
2774 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f0xx_hal_rtc.h437 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h240 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3246 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3345 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f7xx_hal_rtc.h429 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3147 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3239 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32l0xx_hal_rtc.h451 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3182 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3272 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f3xx_hal_rtc.h435 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h239 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3197 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3276 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f4xx_hal_rtc.h430 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h244 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3218 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3310 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32l1xx_hal_rtc.h448 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F /*!< Tamper 2 event flag …
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h240 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3314 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3421 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32wbxx_hal_rtc.h458 #define RTC_FLAG_TAMP2F ((uint32_t)RTC_ISR_TAMP2F)
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h255 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3949 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
4048 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32h7xx_hal_rtc_ex.h578 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h255 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
4952 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
5059 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32l4xx_hal_rtc_ex.h444 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h3443 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f030x8.h3487 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f070x6.h3523 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h4197 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro
Dstm32l010x8.h3887 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro
Dstm32l010xb.h3920 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro
Dstm32l011xx.h3955 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro

1234567