Home
last modified time | relevance | path

Searched refs:ActiveOutputChangePeriod (Results 1 – 24 of 24) sorted by relevance

/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rtc_ex.c1738 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/
Dstm32wbaxx_hal_rtc_ex.c1704 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/
Dstm32h7rsxx_hal_rtc_ex.c1748 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/
Dstm32u5xx_hal_rtc_ex.c1722 …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/
Dstm32h5xx_hal_rtc_ex.c1763 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/
Dstm32l5xx_hal_rtc_ex.h124 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
Dstm32l5xx_ll_rtc.h3235 __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/
Dstm32mp1xx_hal_rtc_ex.h124 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
Dstm32mp1xx_ll_rtc.h3101 __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/
Dstm32h7xx_ll_rtc.h5052 __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()
Dstm32h7xx_hal_rtc_ex.h150 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period . member
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rtc.h3501 __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()
Dstm32wbaxx_hal_rtc_ex.h129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_hal_rtc_ex.h129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
Dstm32n6xx_ll_rtc.h3526 __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/
Dstm32u5xx_hal_rtc_ex.h129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period . member
Dstm32u5xx_ll_rtc.h3450 __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/
Dstm32h7rsxx_hal_rtc_ex.h129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
Dstm32h7rsxx_ll_rtc.h3559 __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/
Dstm32h5xx_hal_rtc_ex.h129 uint32_t ActiveOutputChangePeriod; /*!< Specifies the Active Tamper output change period. member
Dstm32h5xx_ll_rtc.h3602 __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/
Dstm32mp1xx_hal_rtc_ex.c1624 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc_ex.c1655 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc_ex.c1106 …ATCR1 = (sAllTamper->ActiveFilter | (sAllTamper->ActiveOutputChangePeriod << TAMP_ATCR1_ATPER_Pos)… in HAL_RTCEx_SetActiveTampers()