CircleOS
1
|
RTC clock management and utilities. More...
Go to the source code of this file.
Functions | |
void | RTC_GetTime (u8 *THH, u8 *TMM, u8 *TSS) |
NODEBUG2 void | RTC_SetTime (u8 THH, u8 TMM, u8 TSS) |
void | RTC_DisplayTime (void) |
Definition in file rtc_spe.c.
void RTC_DisplayTime | ( | void | ) |
Display current time on the 6th line at column 0.
void RTC_GetTime | ( | u8 * | THH, |
u8 * | TMM, | ||
u8 * | TSS | ||
) |