|
GPS Device
|
Data types used by the RTC driver. More...

Classes | |
| struct | TIME_ts |
| Holds a time-of-day value (hours, minutes, seconds). More... | |
| struct | CALENDAR_ts |
| Holds a calendar date (year, month, day, weekday). More... | |
Enumerations | |
| enum | WEEK_DAYS_te { WEEK_DAYS_MONDAY , WEEK_DAYS_TUESDAY , WEEK_DAYS_WEDNESDAY , WEEK_DAYS_THURSDAY , WEEK_DAYS_FRIDAY , WEEK_DAYS_SATURDAY , WEEK_DAYS_SUNDAY } |
| Day of the week. More... | |
| enum | MONTHS_te { MONTHS_JANUARY , MONTHS_FEBRUARY , MONTHS_MARCH , MONTHS_APRIL , MONTHS_MAY , MONTHS_JUNE , MONTHS_JULE , MONTHS_AUGUST , MONTHS_SEPTEMBER , MONTHS_OCTOBER , MONTHS_NOVEMBER , MONTHS_DECEMBER } |
| Month of the year. More... | |
Data types used by the RTC driver.
| enum WEEK_DAYS_te |
Day of the week.
Stored in the RTC_DR WDU field. Values map directly to the hardware encoding used by the STM32F401RE RTC (Monday = 0 through Sunday = 6).
Definition at line 58 of file stm32f401re_rtc.h.
| enum MONTHS_te |
Month of the year.
Definition at line 73 of file stm32f401re_rtc.h.