![]() |
Xyris
0.5
|
Go to the source code of this file.
Namespaces | |
RTC | |
Macros | |
#define | RTC_CMOS_PORT 0x70 |
#define | RTC_DATA_PORT 0x71 |
#define | RTC_CURRENT_YEAR 2021 |
#define | RTC_CURRENT_CENTURY 0 |
Functions | |
void | RTC::init () |
uint64_t | RTC::getEpoch () |
Variables | |
uint32_t | RTC::second |
uint32_t | RTC::minute |
uint32_t | RTC::hour |
uint32_t | RTC::day |
uint32_t | RTC::month |
uint32_t | RTC::year |
uint32_t | RTC::century |
References: https://github.com/limine-bootloader/limine/blob/trunk/stage23/lib/time.c https://en.wikipedia.org/wiki/Julian_day
Definition in file rtc.cpp.