/hal_stm32-3.7.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 5341 #ifdef TAMP_IER_TAMP4IE 5351 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 5363 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 5667 #ifdef TAMP_IER_TAMP4IE 5677 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32wbaxx_hal_rtc_ex.h | 506 #ifdef TAMP_IER_TAMP4IE 507 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_ll_rtc.h | 4630 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 4641 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 5365 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32g4xx_hal_rtc_ex.h | 356 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_rtc.h | 5034 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 5045 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 5301 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32l5xx_hal_rtc_ex.h | 481 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rtc.h | 5396 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 5407 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 5799 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32u5xx_hal_rtc_ex.h | 490 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_ll_rtc.h | 5494 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 5506 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 5918 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32h7rsxx_hal_rtc_ex.h | 472 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rtc.h | 5710 SET_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_EnableIT_TAMP4() 5722 CLEAR_BIT(TAMP->IER, TAMP_IER_TAMP4IE); in LL_RTC_DisableIT_TAMP4() 6182 return ((READ_BIT(TAMP->IER, TAMP_IER_TAMP4IE) == (TAMP_IER_TAMP4IE)) ? 1U : 0U); in LL_RTC_IsEnabledIT_TAMP4()
|
D | stm32h5xx_hal_rtc_ex.h | 518 #define RTC_IT_TAMP_4 TAMP_IER_TAMP4IE /*!< Tamper 4 Interrupt */
|
/hal_stm32-3.7.0/stm32cube/stm32wbaxx/soc/ |
D | stm32wba52xx.h | 11995 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32wba54xx.h | 12703 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32wba55xx.h | 12721 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32l5xx/soc/ |
D | stm32l552xx.h | 13790 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32l562xx.h | 14529 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32h5xx/soc/ |
D | stm32h523xx.h | 15022 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32h562xx.h | 15990 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32h533xx.h | 15567 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32h7rsxx/soc/ |
D | stm32h7r3xx.h | 19196 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32h7s3xx.h | 20079 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
/hal_stm32-3.7.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 16408 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32u545xx.h | 16960 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|
D | stm32u575xx.h | 17922 #define TAMP_IER_TAMP4IE TAMP_IER_TAMP4IE_Msk macro
|