You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,11 @@ The following functions are not supported:
27
27
The following functions have been added to support specific STM32 RTC features:
28
28
29
29
_RTC hours mode (12 or 24)_
30
-
***`void begin(RTC_Hour_Format format)`**
30
+
***`void begin(Hour_Format format)`**
31
31
32
32
_RTC clock source_
33
-
***`RTC_Source_Clock setClockSource(void)`** : get current clock source.
34
-
***`void setClockSource(RTC_Source_Clock source)`** : this function must be called before `begin()`.
33
+
***`Source_Clock getClockSource(void)`** : get current clock source.
34
+
***`void setClockSource(Source_Clock source)`** : this function must be called before `begin()`.
35
35
36
36
_RTC Asynchronous and Synchronous prescaler_
37
37
***`void getPrediv(int8_t *predivA, int16_t *predivS)`** : get user (a)synchronous prescaler values if set else computed ones for the current clock source.
0 commit comments