![]() |
MOS Source Code
|
#include <platform.hpp>
Public Attributes | |
u8 | second |
u8 | minute |
u8 | hour |
u8 | day |
u8 | month |
u16 | year |
Definition at line 83 of file platform.hpp.
u8 second |
Definition at line 85 of file platform.hpp.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 minute |
Definition at line 86 of file platform.hpp.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 hour |
Definition at line 87 of file platform.hpp.
Referenced by clock_gettimeofday(), platform_get_datetime_str(), and rtc_read_time().
u8 day |
Definition at line 88 of file platform.hpp.
Referenced by platform_get_datetime_str(), and rtc_read_time().
u8 month |
Definition at line 89 of file platform.hpp.
Referenced by platform_get_datetime_str(), and rtc_read_time().
u16 year |
Definition at line 90 of file platform.hpp.
Referenced by platform_get_datetime_str(), and rtc_read_time().