![]() |
WE310F5
39.00.000
|
Structure to represent RTC time. More...
#include <m2mb_rtc_time.h>
Data Fields | |
UINT16 | year |
UINT16 | month |
UINT16 | day |
UINT16 | hour |
UINT16 | minute |
UINT16 | second |
UINT16 | day_Of_Week |
UINT16 | day_Of_Year |
Structure to represent RTC time.
Structure for setting or getting the time to or from RTC module.
Definition at line 61 of file m2mb_rtc_time.h.
UINT16 day |
Day of the month [1 through 31].
Definition at line 65 of file m2mb_rtc_time.h.
UINT16 day_Of_Week |
Day of the week [0 through 6] or [Monday through Sunday].
Definition at line 69 of file m2mb_rtc_time.h.
UINT16 day_Of_Year |
Definition at line 70 of file m2mb_rtc_time.h.
UINT16 hour |
Hour of the day [0 through 23].
Definition at line 66 of file m2mb_rtc_time.h.
UINT16 minute |
Minute of the hour [0 through 59].
Definition at line 67 of file m2mb_rtc_time.h.
UINT16 month |
Month of the year [1 through 12].
Definition at line 64 of file m2mb_rtc_time.h.
UINT16 second |
Second of the minute [0 through 59].
Definition at line 68 of file m2mb_rtc_time.h.
UINT16 year |
Year [1980 through 2100].
Definition at line 63 of file m2mb_rtc_time.h.