/hal_stm32-latest/stm32cube/stm32f2xx/drivers/include/ |
D | stm32f2xx_ll_rtc.h | 262 #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()
|
D | stm32f2xx_hal_rtc_ex.h | 134 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
|
/hal_stm32-latest/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_ll_rtc.h | 251 #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()
|
D | stm32f0xx_hal_rtc_ex.h | 135 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_rtc.h | 267 #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()
|
D | stm32f3xx_hal_rtc_ex.h | 166 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
|
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_ll_rtc.h | 266 #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()
|
D | stm32f4xx_hal_rtc_ex.h | 156 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
|
/hal_stm32-latest/stm32cube/stm32l1xx/drivers/include/ |
D | stm32l1xx_ll_rtc.h | 271 #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()
|
D | stm32l1xx_hal_rtc_ex.h | 172 #define RTC_IT_TAMP RTC_TAFCR_TAMPIE /*!< Enable global Tamper Interrupt …
|
/hal_stm32-latest/stm32cube/stm32f2xx/drivers/src/ |
D | stm32f2xx_hal_rtc_ex.c | 430 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/ |
D | stm32f4xx_hal_rtc_ex.c | 474 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/ |
D | stm32f0xx_hal_rtc_ex.c | 443 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/ |
D | stm32f3xx_hal_rtc_ex.c | 437 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/ |
D | stm32l1xx_hal_rtc_ex.c | 446 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/ |
D | stm32f030x6.h | 3721 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f030x8.h | 3765 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f070x6.h | 3801 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f031x6.h | 3848 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f030xc.h | 4091 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f038xx.h | 3820 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f070xb.h | 3959 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f058xx.h | 4320 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
D | stm32f051x8.h | 4348 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|
/hal_stm32-latest/stm32cube/stm32f4xx/soc/ |
D | stm32f410cx.h | 5450 #define RTC_TAFCR_TAMPIE RTC_TAFCR_TAMPIE_Msk macro
|