Mercurial > public > ostc4
comparison Small_CPU/Inc/rtc.h @ 969:81049905d829 Evo_2_23
Zusammenf?hren
author | heinrichsweikamp |
---|---|
date | Sun, 19 Jan 2025 12:02:59 +0100 |
parents | 9b29995d6619 |
children |
comparison
equal
deleted
inserted
replaced
968:b9a1710522b1 | 969:81049905d829 |
---|---|
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 */ |