/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rtc.h | 227 #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/ |
D | stm32f4xx_ll_rtc.h | 240 #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/ |
D | stm32f3xx_ll_rtc.h | 240 #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()
|
D | stm32f3xx_hal_rtc.h | 432 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_rtc.h | 241 #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()
|
D | stm32l1xx_hal_rtc_ex.h | 143 #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/ |
D | stm32f7xx_ll_rtc.h | 241 #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()
|
D | stm32f7xx_hal_rtc.h | 421 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_rtc.h | 241 #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()
|
D | stm32l0xx_hal_rtc.h | 460 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_rtc.h | 241 #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()
|
D | stm32wbxx_hal_rtc.h | 459 #define RTC_FLAG_TAMP2F ((uint32_t)RTC_ISR_TAMP2F)
|
/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rtc.h | 259 #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()
|
D | stm32h7xx_hal_rtc_ex.h | 669 #if defined(RTC_ISR_TAMP2F) 670 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_ll_rtc.h | 256 #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()
|
D | stm32l4xx_hal_rtc_ex.h | 445 #define RTC_FLAG_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rtc.h | 239 #define LL_RTC_ISR_TAMP2F RTC_ISR_TAMP2F
|
/hal_stm32-2.7.6/stm32cube/stm32f0xx/soc/ |
D | stm32f070x6.h | 3525 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f030x6.h | 3445 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f030x8.h | 3489 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f030xc.h | 3804 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f031x6.h | 3572 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f038xx.h | 3544 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
D | stm32f070xb.h | 3672 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk macro
|
/hal_stm32-2.7.6/stm32cube/stm32l0xx/soc/ |
D | stm32l010x6.h | 3881 #define RTC_ISR_TAMP2F RTC_ISR_TAMP2F_Msk /*!< */ macro
|