Difference between revisions of "RTC GetTicks"
From WikiPrizm
Jump to navigationJump to searchLine 7: | Line 7: | ||
| returns = The number of ticks since midnight, resetting every day. A tick occurs every 1/128, approximately 0.00781, second. | | returns = The number of ticks since midnight, resetting every day. A tick occurs every 1/128, approximately 0.00781, second. | ||
}} | }} | ||
+ | [[Category:Syscalls:RTC]] |
Latest revision as of 19:00, 10 February 2015
Synopsis
Header: fxcg/rtc.h
Syscall index: 0x2C1
Function signature: int RTC_GetTicks(void)
Gets the number of ticks elapsed since midnight. The RTC ticks at 128 Hz.
Returns
The number of ticks since midnight, resetting every day. A tick occurs every 1/128, approximately 0.00781, second.