MOS Source Code
|
#include <platform.h>
Public Attributes | |
u8 | second |
u8 | minute |
u8 | hour |
u8 | day |
u8 | month |
u16 | year |
Definition at line 99 of file platform.h.
u8 second |
Definition at line 101 of file platform.h.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 minute |
Definition at line 102 of file platform.h.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 hour |
Definition at line 103 of file platform.h.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 day |
Definition at line 104 of file platform.h.
Referenced by platform_get_datetime_str(), and rtc_read_time().
u8 month |
Definition at line 105 of file platform.h.
Referenced by platform_get_datetime_str(), and rtc_read_time().
u16 year |
Definition at line 106 of file platform.h.
Referenced by platform_get_datetime_str(), and rtc_read_time().