Mercurial > public > ostc4
comparison Small_CPU/Inc/rtc.h @ 955:9b29995d6619 Evo_2_23 tip
GNSS backup position:
In the previous implementation a position had to be provided by the module in order to be stored in the log. This may cause a wrong position entry (default) in the log, for example if signal is lost while preparing for the dive in the water. To avoid this the last received position will be used for ~2 hours => Diver may take the dive side position before starting with the dive preparation. The last known position will be display in the GNSS position search window as well.
author | Ideenmodellierer |
---|---|
date | Wed, 01 Jan 2025 20:37:17 +0100 |
parents | 5f11787b4f42 |
children |
comparison
equal
deleted
inserted
replaced
954:4e4fbd73e329 | 955:9b29995d6619 |
---|---|
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 */ |