/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/ |
D | stm32f0xx_hal_rtc_ex.c | 1265 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1271 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1304 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_rtc_ex.c | 1255 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1261 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1294 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/src/ |
D | stm32f4xx_hal_rtc_ex.c | 1374 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef* hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1380 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1414 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_rtc_ex.c | 930 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef* hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 936 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 969 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_rtc_ex.c | 1432 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1438 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1471 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/src/ |
D | stm32g4xx_hal_rtc_ex.c | 940 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 946 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 979 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_hal_rtc_ex.c | 1516 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1522 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1555 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/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-2.7.6/stm32cube/stm32f7xx/drivers/src/ |
D | stm32f7xx_hal_rtc_ex.c | 1464 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef* hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1470 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1504 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/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-2.7.6/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_hal_rtc_ex.c | 2532 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef * hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 2538 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 2576 hrtc->Instance->SHIFTR = (uint32_t)(uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rtc_ex.c | 1000 …ypeDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS) in HAL_RTCEx_SetSynchroShift() argument 1006 assert_param(IS_RTC_SHIFT_SUBFS(ShiftSubFS)); in HAL_RTCEx_SetSynchroShift() 1039 MODIFY_REG(RTC->SHIFTR, RTC_SHIFTR_SUBFS, (uint32_t)(ShiftSubFS) | (uint32_t)(ShiftAdd1S)); in HAL_RTCEx_SetSynchroShift()
|
/hal_stm32-2.7.6/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_hal_rtc_ex.h | 884 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/ |
D | stm32f0xx_hal_rtc_ex.h | 917 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/ |
D | stm32f4xx_hal_rtc_ex.h | 853 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_hal_rtc_ex.h | 950 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/ |
D | stm32f7xx_hal_rtc_ex.h | 879 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_hal_rtc_ex.h | 1165 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_hal_rtc_ex.h | 1141 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/ |
D | stm32g4xx_hal_rtc_ex.h | 1180 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/ |
D | stm32mp1xx_hal_rtc_ex.h | 1365 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_hal_rtc_ex.h | 1356 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
|