#include <stdint.h>
#include "micros_interrupts.h"
Go to the source code of this file.
◆ micros_rtc_read_time()
Gets current system clock.
Gets current system clock (milliseconds from MicrOS startup).
- Parameters
-
time | Structure where the read time will be stored. |
- Returns
- Milliseconds from MicrOS startup.
◆ micros_rtc_set_time()
Gets current system clock.
Gets current system clock (milliseconds from MicrOS startup).
- Parameters
-
time | Structure which contains time to store in the RTC. |
- Returns
- Milliseconds from MicrOS startup.