Home
last modified time | relevance | path

Searched refs:RTC_TAMPCR_TAMP1IE (Results 1 – 25 of 83) sorted by relevance

1234

/hal_stm32-2.7.6/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rtc_ex.h304 #if defined(RTC_TAMPCR_TAMP1IE)
305 #define RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE /*!< Enable Tamper 1 Interrupt …
1021 #if defined(RTC_TAMPCR_TAMP1IE)
1039 #if defined(RTC_TAMPCR_TAMP1IE)
1074 #if defined(RTC_TAMPCR_TAMP1IE)
Dstm32h7xx_ll_rtc.h293 #define LL_RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE
4899 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
4910 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
5018 return ((READ_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE) == (RTC_TAMPCR_TAMP1IE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP1()
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_ll_rtc.h269 #define LL_RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE
3640 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
3651 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
3754 RTC_TAMPCR_TAMP1IE) == (RTC_TAMPCR_TAMP1IE)); in LL_RTC_IsEnabledIT_TAMP1()
Dstm32f7xx_hal_rtc.h409 #define RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE
Dstm32f7xx_hal_rtc_ex.h160 #define RTC_TAMPER1_INTERRUPT RTC_TAMPCR_TAMP1IE
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_rtc.h269 #define LL_RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE
3625 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
3636 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
3747 RTC_TAMPCR_TAMP1IE) == (RTC_TAMPCR_TAMP1IE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP1()
Dstm32l0xx_hal_rtc.h448 #define RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE /*!< Enable Tamper 1 Interrupt */
Dstm32l0xx_hal_rtc_ex.h155 #define RTC_TAMPER1_INTERRUPT RTC_TAMPCR_TAMP1IE
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_rtc.h277 #define LL_RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE
3751 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
3762 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
3873 RTC_TAMPCR_TAMP1IE) == (RTC_TAMPCR_TAMP1IE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP1()
Dstm32wbxx_hal_rtc.h447 #define RTC_IT_TAMP1 ((uint32_t)RTC_TAMPCR_TAMP1IE) /*!< Enable Tamper 1 Inter…
Dstm32wbxx_hal_rtc_ex.h171 #define RTC_TAMPER1_INTERRUPT RTC_TAMPCR_TAMP1IE
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rtc.h287 #define LL_RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE
5388 SET_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_EnableIT_TAMP1()
5399 CLEAR_BIT(RTCx->TAMPCR, RTC_TAMPCR_TAMP1IE); in LL_RTC_DisableIT_TAMP1()
5510 RTC_TAMPCR_TAMP1IE) == (RTC_TAMPCR_TAMP1IE)); in LL_RTC_IsEnabledIT_TAMP1()
Dstm32l4xx_hal_rtc_ex.h422 #define RTC_IT_TAMP1 RTC_TAMPCR_TAMP1IE /*!< Enable Tamper 1 Interrupt */
525 #define RTC_TAMPER1_INTERRUPT RTC_TAMPCR_TAMP1IE
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc_ex.c119 …(uint32_t)RTC_TAMPCR_TAMP1IE | (uint32_t)RTC_TAMPCR_TAMP1NOERASE | (uint32_t)RTC_TAMPCR_TAMP1MF …
126 …(uint32_t)RTC_TAMPCR_TAMP1IE | (uint32_t)RTC_TAMPCR_TAMP1NOERASE | (uint32_t)RTC_TAMPCR_TAMP1MF …
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_rtc_ex.c127 …(uint32_t)RTC_TAMPCR_TAMP1IE | (uint32_t)RTC_TAMPCR_TAMP1NOERASE | (uint32_t)RTC_TAMPCR_TAMP1MF …
134 …(uint32_t)RTC_TAMPCR_TAMP1IE | (uint32_t)RTC_TAMPCR_TAMP1NOERASE | (uint32_t)RTC_TAMPCR_TAMP1MF …
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc_ex.c481 … (uint32_t)RTC_TAMPCR_TAMPPUDIS | (uint32_t)RTC_TAMPCR_TAMPIE | (uint32_t)RTC_TAMPCR_TAMP1IE |\ in HAL_RTCEx_SetTamper()
571 … (uint32_t)RTC_TAMPCR_TAMPPUDIS | (uint32_t)RTC_TAMPCR_TAMPIE | (uint32_t)RTC_TAMPCR_TAMP1IE |\ in HAL_RTCEx_SetTamper_IT()
/hal_stm32-2.7.6/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc_ex.c1847 …(RTC_TAMPCR_TAMP1E | RTC_TAMPCR_TAMP1TRG | RTC_TAMPCR_TAMPIE | RTC_TAMPCR_TAMP1IE | RTC_TAMPCR_TAM…
2012 …(RTC_TAMPCR_TAMP1E | RTC_TAMPCR_TAMP1TRG | RTC_TAMPCR_TAMPIE | RTC_TAMPCR_TAMP1IE | RTC_TAMPCR_TAM…
/hal_stm32-2.7.6/stm32cube/stm32l0xx/soc/
Dstm32l010x6.h4239 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l010x8.h4237 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l031xx.h4419 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l041xx.h4556 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l051xx.h4534 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l010xb.h4279 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l071xx.h4662 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro
Dstm32l081xx.h4799 #define RTC_TAMPCR_TAMP1IE RTC_TAMPCR_TAMP1IE_Msk /*!< */ macro

1234