/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/ |
D | stm32l4xx_hal_rtc_ex.h | 412 #define RTC_IT_TAMP2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */ 413 #define RTC_IT_TAMP (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE) /*!< Enable all … 416 #define RTC_IT_TAMP2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */ 418 #define RTC_IT_TAMP (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE | TAMP_IER_TAMP3IE… 515 #define RTC_TAMPER2_INTERRUPT TAMP_IER_TAMP2IE 516 #define RTC_ALL_TAMPER_INTERRUPT (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE) 519 #define RTC_TAMPER2_INTERRUPT TAMP_IER_TAMP2IE 521 #define RTC_ALL_TAMPER_INTERRUPT (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE | TAMP_IER_TAMP3IE)
|
D | stm32l4xx_ll_rtc.h | 4408 SET_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4419 CLEAR_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4441 return (READ_BIT(TAMPx->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)); in LL_RTC_IsEnabledIT_TAMP2()
|
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc_ex.h | 312 #define RTC_IT_TAMP2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */ 315 #define RTC_IT_TAMPALL (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE | TAMP_IER_TAMP3IE) 317 #define RTC_IT_TAMPALL (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE)
|
D | stm32g0xx_ll_rtc.h | 3959 SET_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 3970 CLEAR_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4105 return ((READ_BIT(TAMPx->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP2()
|
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_rtc.h | 4312 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4324 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4465 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32wlxx_hal_rtc_ex.h | 322 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */ 324 #define RTC_IT_TAMP_ALL (TAMP_IER_TAMP1IE | TAMP_IER_TAMP2IE | TAMP_IER_TAMP3IE)
|
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/ |
D | stm32u0xx_ll_rtc.h | 4141 SET_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4152 CLEAR_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4320 return ((READ_BIT(TAMPx->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32u0xx_hal_rtc_ex.h | 342 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_ll_rtc.h | 4427 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4439 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4626 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32mp1xx_hal_rtc_ex.h | 442 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rtc.h | 4920 SET_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4931 CLEAR_BIT(TAMPx->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 4975 return ((READ_BIT(TAMPx->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP2()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 4988 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5000 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5278 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32l5xx_hal_rtc_ex.h | 479 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 5303 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5315 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5653 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32wbaxx_hal_rtc_ex.h | 504 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 4560 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 4572 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5327 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32g4xx_hal_rtc_ex.h | 350 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 5350 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5362 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5776 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32u5xx_hal_rtc_ex.h | 488 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rtc.h | 5445 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5457 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5893 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32h7rsxx_hal_rtc_ex.h | 466 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_ll_rtc.h | 5410 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5422 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 5806 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32n6xx_hal_rtc_ex.h | 492 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rtc.h | 5661 SET_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_EnableIT_TAMP2() 5673 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP2IE); in LL_RTC_DisableIT_TAMP2() 6157 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP2IE) == (TAMP_IER_TAMP2IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP2()
|
D | stm32h5xx_hal_rtc_ex.h | 513 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
|