comparison Small_CPU/Inc/rtc.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents 9b29995d6619
children c386ae6635e4
comparison
equal deleted inserted replaced
871:f7318457df4d 981:c6c781a2e85b
38 void RTC_StopMode_2seconds(void); 38 void RTC_StopMode_2seconds(void);
39 void RTC_Stop_11ms(void); 39 void RTC_Stop_11ms(void);
40 void RTC_SetTime(RTC_TimeTypeDef stimestructure); 40 void RTC_SetTime(RTC_TimeTypeDef stimestructure);
41 void RTC_SetDate(RTC_DateTypeDef sdatestructure); 41 void RTC_SetDate(RTC_DateTypeDef sdatestructure);
42 42
43 void RTC_GetTime(RTC_TimeTypeDef* pstimestructure);
44
43 #ifdef __cplusplus 45 #ifdef __cplusplus
44 } 46 }
45 #endif 47 #endif
46 48
47 #endif /* RTC_H */ 49 #endif /* RTC_H */