Home
last modified time | relevance | path

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

1234567

/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h227 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
2744 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
2829 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h240 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3324 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
3404 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h240 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3241 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
3337 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f3xx_hal_rtc.h432 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3269 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3366 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32l1xx_hal_rtc_ex.h143 #define RTC_FLAG_TAMP2F ((uint32_t)RTC_ISR_TAMP2F)
736 …__INTERRUPT__) == RTC_IT_TAMP2) ? (((((__HANDLE__)->Instance->ISR) & RTC_ISR_TAMP2F) != RESET) ? S…
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3228 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
3327 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32f7xx_hal_rtc.h421 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3201 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3298 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32l0xx_hal_rtc.h460 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h241 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
3317 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
3424 …WRITE_REG(RTCx->ISR, (~((RTC_ISR_TAMP2F | RTC_ISR_INIT) & 0x0000FFFFU) | (RTCx->ISR & RTC_ISR_INIT… in LL_RTC_ClearFlag_TAMP2()
Dstm32wbxx_hal_rtc.h459 #define RTC_FLAG_TAMP2F ((uint32_t)RTC_ISR_TAMP2F)
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h259 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
4059 return ((READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)) ? 1UL : 0UL); in LL_RTC_IsActiveFlag_TAMP2()
4158 …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.h669 #if defined(RTC_ISR_TAMP2F)
670 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h256 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
4953 return (READ_BIT(RTCx->ISR, RTC_ISR_TAMP2F) == (RTC_ISR_TAMP2F)); in LL_RTC_IsActiveFlag_TAMP2()
5060 …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.h445 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h239 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
/hal_stm32-2.7.6/stm32cube/stm32f0xx/soc/
Dstm32f070x6.h3525 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f030x6.h3445 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f030x8.h3489 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f030xc.h3804 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f031x6.h3572 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f038xx.h3544 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
Dstm32f070xb.h3672 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
/hal_stm32-2.7.6/stm32cube/stm32l0xx/soc/
Dstm32l010x6.h3881 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro

1234567