|
rusEFI
The most advanced open source ECU
|
Functions | |
| void | initRtc () |
| void | printRtcDateTime () |
| uint32_t | getEpochTime () |
| efidatetime_t | getRtcDateTime () |
| void | setRtcDateTime (const efidatetime_t *const dateTime) |
| efidatetime_t | convertRtcDateTimeToEfi (const RTCDateTime *const timespec) |
| RTCDateTime | convertRtcDateTimeFromEfi (const efidatetime_t *const dateTime) |
| bool | dateToStringShort (char *lcd_str) |
| RTCDateTime convertRtcDateTimeFromEfi | ( | const efidatetime_t *const | dateTime | ) |
Definition at line 100 of file rtc_helper.cpp.
Referenced by setRtcDateTime().

| efidatetime_t convertRtcDateTimeToEfi | ( | const RTCDateTime *const | timespec | ) |
Definition at line 82 of file rtc_helper.cpp.
Referenced by getRtcDateTime().

Definition at line 131 of file rtc_helper.cpp.
Referenced by prepareLogFileName().


| uint32_t getEpochTime | ( | ) |
Definition at line 70 of file rtc_helper.cpp.
Referenced by updateDevConsoleState().


| efidatetime_t getRtcDateTime | ( | ) |
Definition at line 76 of file rtc_helper.cpp.
Referenced by canDashboardBmwE90(), dateToStringShort(), onGpsMessage(), and printRtcDateTime().


| void initRtc | ( | ) |
Definition at line 35 of file rtc_helper.cpp.
Referenced by initHardwareNoConfig().


| void printRtcDateTime | ( | ) |
Definition at line 48 of file rtc_helper.cpp.
Referenced by printDateTime(), and setDateTime().


| void setRtcDateTime | ( | const efidatetime_t *const | dateTime | ) |
Definition at line 56 of file rtc_helper.cpp.
Referenced by onGpsMessage(), and setDateTime().

