/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_rtc_ex.c | 515 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 521 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 554 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rtc_ex.c | 1412 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1418 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1452 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rtc_ex.c | 1409 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1415 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1449 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rtc_ex.c | 1480 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1486 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1520 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rtc_ex.c | 936 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef* hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 942 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 975 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc_ex.c | 937 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 943 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 976 …MODIFY_REG(hrtc->Instance->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1… in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rtc_ex.c | 1519 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1525 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1558 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rtc_ex.c | 1637 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1643 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1677 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32l1xx/drivers/src/ |
D | stm32l1xx_hal_rtc_ex.c | 1392 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1398 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1431 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rtc_ex.c | 1636 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1642 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1676 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_rtc_ex.c | 985 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 991 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1024 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_hal_rtc_ex.c | 966 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 972 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1005 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_hal_rtc_ex.c | 1004 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1010 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1043 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_hal_rtc_ex.c | 1239 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) argument 1245 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); 1282 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S);
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 1009 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1015 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1058 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rtc_ex.c | 2454 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef * hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) argument 2460 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); 2497 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S);
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rtc_ex.c | 1096 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1102 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1139 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_hal_rtc_ex.h | 389 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rtc_ex.h | 885 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rtc_ex.h | 904 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rtc_ex.h | 908 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc_ex.h | 949 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rtc_ex.h | 968 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rtc_ex.h | 935 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rtc_ex.h | 1168 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|