Searched refs:ShiftSubFS (Results 1 – 4 of 4) sorted by relevance
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/ |
| D | stm32h5xx_hal_rtc_ex.c | 1039 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1045 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1082 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/ |
| D | stm32u5xx_hal_rtc_ex.c | 1001 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1007 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1040 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/ |
| D | stm32u5xx_hal_rtc_ex.h | 1506 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
| /trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/ |
| D | stm32h5xx_hal_rtc_ex.h | 1585 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|