MicrOS
|
#include "micros_rtc.h"
Functions | |
void | micros_rtc_read_time (micros_rtc_time *time) |
Gets current system clock. More... | |
void | micros_rtc_set_time (micros_rtc_time *time) |
Gets current system clock. More... | |
void micros_rtc_read_time | ( | micros_rtc_time * | time | ) |
Gets current system clock.
Gets current system clock (milliseconds from MicrOS startup).
time | Structure where the read time will be stored. |
void micros_rtc_set_time | ( | micros_rtc_time * | time | ) |
Gets current system clock.
Gets current system clock (milliseconds from MicrOS startup).
time | Structure which contains time to store in the RTC. |