Home
last modified time | relevance | path

Searched refs:RTC_ExitInitMode (Results 1 – 25 of 46) sorted by relevance

12

/hal_stm32-3.4.0/stm32cube/stm32f1xx/drivers/src/
Dstm32f1xx_hal_rtc.c229 static HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc);
385 if (RTC_ExitInitMode(hrtc) != HAL_OK) in HAL_RTC_Init()
447 if (RTC_ExitInitMode(hrtc) != HAL_OK) in HAL_RTC_DeInit()
1380 if (RTC_ExitInitMode(hrtc) != HAL_OK) in HAL_RTC_DeactivateAlarm()
1636 if (RTC_ExitInitMode(hrtc) != HAL_OK) in RTC_WriteTimeCounter()
1685 if (RTC_ExitInitMode(hrtc) != HAL_OK) in RTC_WriteAlarmCounter()
1727 static HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_rtc.c248 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
304 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
624 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
760 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1454 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32c0xx_hal_rtc_ex.c695 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
737 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32f0xx/drivers/src/
Dstm32f0xx_hal_rtc.c329 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
394 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
773 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
914 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1707 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32f0xx_hal_rtc_ex.c1597 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1641 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/
Dstm32f3xx_hal_rtc.c330 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
395 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
780 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
921 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1857 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32f3xx_hal_rtc_ex.c1594 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1638 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_rtc.c327 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
384 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
759 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
900 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1834 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32f4xx_hal_rtc_ex.c1327 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetCoarseCalib()
1371 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateCoarseCalib()
1665 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1709 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_rtc.c334 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
399 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
781 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
922 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1856 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32f7xx_hal_rtc_ex.c1821 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1865 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rtc.c350 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
415 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
836 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
980 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1514 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1650 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
2617 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rtc.c323 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
382 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
824 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
961 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1696 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_rtc.c334 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
399 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
793 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
934 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1870 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32l0xx_hal_rtc_ex.c1822 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1866 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rtc.c325 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
411 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
825 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
961 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1785 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32g0xx_hal_rtc_ex.c1116 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1158 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rtc.c322 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
430 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
885 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1023 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1953 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) function
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rtc.c341 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
409 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
894 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1031 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1833 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rtc.c328 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
391 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
831 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
975 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1879 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32wlxx_hal_rtc_ex.c1164 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1206 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rtc.c387 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
457 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
1047 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1267 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
2168 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rtc.c403 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
485 status = RTC_ExitInitMode(hrtc); in HAL_RTC_DeInit()
1090 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1238 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
2240 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
/hal_stm32-3.4.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rtc.c392 status = RTC_ExitInitMode(hrtc); in HAL_RTC_Init()
929 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetTime()
1062 status = RTC_ExitInitMode(hrtc); in HAL_RTC_SetDate()
1892 HAL_StatusTypeDef RTC_ExitInitMode(RTC_HandleTypeDef *hrtc) in RTC_ExitInitMode() function
Dstm32g4xx_hal_rtc_ex.c1116 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_SetRefClock()
1158 status = RTC_ExitInitMode(hrtc); in HAL_RTCEx_DeactivateRefClock()

12