Home
last modified time | relevance | path

Searched refs:ShiftSubFS (Results 1 – 25 of 30) sorted by relevance

12

/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc_ex.c1265 …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/
Dstm32f3xx_hal_rtc_ex.c1255 …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/
Dstm32f4xx_hal_rtc_ex.c1374 …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/
Dstm32g0xx_hal_rtc_ex.c930 …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/
Dstm32l0xx_hal_rtc_ex.c1432 …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/
Dstm32g4xx_hal_rtc_ex.c940 …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/
Dstm32wbxx_hal_rtc_ex.c1516 …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/
Dstm32l1xx_hal_rtc_ex.c1392 …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/
Dstm32f7xx_hal_rtc_ex.c1464 …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/
Dstm32wlxx_hal_rtc_ex.c985 …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/
Dstm32mp1xx_hal_rtc_ex.c966 …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/
Dstm32l4xx_hal_rtc_ex.c1239 …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/
Dstm32l5xx_hal_rtc_ex.c1004 …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/
Dstm32h7xx_hal_rtc_ex.c2532 …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/
Dstm32u5xx_hal_rtc_ex.c1000 …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/
Dstm32f3xx_hal_rtc_ex.h884 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32f0xx/drivers/include/
Dstm32f0xx_hal_rtc_ex.h917 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_rtc_ex.h853 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rtc_ex.h950 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32f7xx/drivers/include/
Dstm32f7xx_hal_rtc_ex.h879 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_hal_rtc_ex.h1165 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_rtc_ex.h1141 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rtc_ex.h1180 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rtc_ex.h1365 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);
/hal_stm32-2.7.6/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_hal_rtc_ex.h1356 …peDef HAL_RTCEx_SetSynchroShift(RTC_HandleTypeDef *hrtc, uint32_t ShiftAdd1S, uint32_t ShiftSubFS);

12