Home
last modified time | relevance | path

Searched refs:TAMP_IER_TAMP2IE (Results 1 – 25 of 126) sorted by relevance

123456

/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_hal_rtc_ex.h412 #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)
Dstm32l4xx_ll_rtc.h4408 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/
Dstm32g0xx_hal_rtc_ex.h312 #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)
Dstm32g0xx_ll_rtc.h3959 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/
Dstm32wlxx_ll_rtc.h4312 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()
Dstm32wlxx_hal_rtc_ex.h322 #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/
Dstm32u0xx_ll_rtc.h4141 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()
Dstm32u0xx_hal_rtc_ex.h342 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_rtc.h4427 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()
Dstm32mp1xx_hal_rtc_ex.h442 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rtc.h4920 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/
Dstm32l5xx_ll_rtc.h4988 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()
Dstm32l5xx_hal_rtc_ex.h479 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rtc.h5303 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()
Dstm32wbaxx_hal_rtc_ex.h504 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_ll_rtc.h4560 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()
Dstm32g4xx_hal_rtc_ex.h350 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rtc.h5350 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()
Dstm32u5xx_hal_rtc_ex.h488 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rtc.h5445 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()
Dstm32h7rsxx_hal_rtc_ex.h466 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rtc.h5410 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()
Dstm32n6xx_hal_rtc_ex.h492 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rtc.h5661 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()
Dstm32h5xx_hal_rtc_ex.h513 #define RTC_IT_TAMP_2 TAMP_IER_TAMP2IE /*!< Tamper 2 Interrupt */

123456