MicrOS
|
RTC time structure. More...
#include <micros_rtc.h>
Public Attributes | |
unsigned char | second |
Seconds in RTC time. More... | |
unsigned char | minute |
Minutes in RTC time. More... | |
unsigned char | hour |
Hours in RTC time. More... | |
unsigned char | day |
Days in RTC time. More... | |
unsigned char | month |
Months in RTC time. More... | |
unsigned int | year |
Years in RTC time. More... | |
RTC time structure.
unsigned char micros_rtc_time::day |
Days in RTC time.
unsigned char micros_rtc_time::hour |
Hours in RTC time.
unsigned char micros_rtc_time::minute |
Minutes in RTC time.
unsigned char micros_rtc_time::month |
Months in RTC time.
unsigned char micros_rtc_time::second |
Seconds in RTC time.
unsigned int micros_rtc_time::year |
Years in RTC time.