/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/ |
D | stm32n6xx_hal_rtc_ex.c | 1738 assert_param(IS_RTC_ATAMPER_OUTPUT_CHANGE_PERIOD(sAllTamper->ActiveOutputChangePeriod)); in HAL_RTCEx_SetActiveTampers() 1763 …tmp_atcr1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_rtc_ex.c | 1704 assert_param(IS_RTC_ATAMPER_OUTPUT_CHANGE_PERIOD(sAllTamper->ActiveOutputChangePeriod)); in HAL_RTCEx_SetActiveTampers() 1729 …tmp_atcr1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/ |
D | stm32h7rsxx_hal_rtc_ex.c | 1748 assert_param(IS_RTC_ATAMPER_OUTPUT_CHANGE_PERIOD(sAllTamper->ActiveOutputChangePeriod)); in HAL_RTCEx_SetActiveTampers() 1773 …tmp_atcr1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 1722 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers() 1806 …sAllTamper->ActiveOutputChangePeriod = (uint32_t)((TAMP->ATCR1 & TAMP_ATCR1_ATPER) >> TAMP_ATCR1_A… in HAL_RTCEx_GetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc_ex.c | 1763 assert_param(IS_RTC_ATAMPER_OUTPUT_CHANGE_PERIOD(sAllTamper->ActiveOutputChangePeriod)); in HAL_RTCEx_SetActiveTampers() 1788 …tmp_atcr1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc_ex.h | 124 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
D | stm32l5xx_ll_rtc.h | 3235 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3237 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc_ex.h | 124 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
D | stm32mp1xx_ll_rtc.h | 3101 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3103 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/ |
D | stm32h7xx_ll_rtc.h | 5052 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 5054 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
D | stm32h7xx_hal_rtc_ex.h | 150 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period . member
|
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_rtc.h | 3501 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3503 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
D | stm32wbaxx_hal_rtc_ex.h | 129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/ |
D | stm32n6xx_hal_rtc_ex.h | 129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
D | stm32n6xx_ll_rtc.h | 3526 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3528 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_hal_rtc_ex.h | 129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period . member
|
D | stm32u5xx_ll_rtc.h | 3450 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3452 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/ |
D | stm32h7rsxx_hal_rtc_ex.h | 129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
D | stm32h7rsxx_ll_rtc.h | 3559 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3561 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_hal_rtc_ex.h | 129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
|
D | stm32h5xx_ll_rtc.h | 3602 __STATIC_INLINE void LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod(uint32_t ActiveOutputChangePeriod) in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod() argument 3604 MODIFY_REG(TAMP->ATCR1, TAMP_ATCR1_ATPER, (ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)); in LL_RTC_TAMPER_ATAMP_SetOutputChangePeriod()
|
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rtc_ex.c | 1624 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rtc_ex.c | 1655 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()
|
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rtc_ex.c | 1106 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()
|