Home
last modified time | relevance | path

Searched refs:RTC_TAFCR_TAMPIE (Results 1 – 25 of 94) sorted by relevance

1234

/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/
Dstm32f2xx_ll_rtc.h262 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3024 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3035 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3091 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP()
Dstm32f2xx_hal_rtc_ex.h134 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_ll_rtc.h251 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3003 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3014 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3061 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP()
Dstm32f0xx_hal_rtc_ex.h135 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/
Dstm32f3xx_ll_rtc.h267 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3541 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3552 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3608 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP()
Dstm32f3xx_hal_rtc_ex.h166 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_ll_rtc.h266 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3546 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3557 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3613 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP()
Dstm32f4xx_hal_rtc_ex.h156 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/
Dstm32l1xx_ll_rtc.h271 #define LL_RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE
3582 SET_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_EnableIT_TAMP()
3593 CLEAR_BIT(RTCx->TAFCR, RTC_TAFCR_TAMPIE); in LL_RTC_DisableIT_TAMP()
3649 RTC_TAFCR_TAMPIE) == (RTC_TAFCR_TAMPIE)) ? 1UL : 0UL); in LL_RTC_IsEnabledIT_TAMP()
Dstm32l1xx_hal_rtc_ex.h172 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_rtc_ex.c430 tmpreg &= (uint32_t)~RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper()
491 tmpreg |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc_ex.c474 tmpreg &= (uint32_t)~RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper()
551 tmpreg |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c443 tmpreg &= (uint32_t)~RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper()
517 tmpreg |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc_ex.c437 tmpreg &= (uint32_t)~RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper()
511 tmpreg |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/src/
Dstm32l1xx_hal_rtc_ex.c446 tmpreg &= (uint32_t)~RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper()
526 tmpreg |= (uint32_t)RTC_TAFCR_TAMPIE; in HAL_RTCEx_SetTamper_IT()
/hal_stm32-latest/stm32cube/stm32f0xx/soc/
Dstm32f030x6.h3721 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f030x8.h3765 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f070x6.h3801 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f031x6.h3848 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f030xc.h4091 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f038xx.h3820 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f070xb.h3959 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f058xx.h4320 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
Dstm32f051x8.h4348 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
/hal_stm32-latest/stm32cube/stm32f4xx/soc/
Dstm32f410cx.h5450 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro

1234