Difference between revisions of "RTC GetTicks"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = RTC_GetTicks | index = | signature = int RTC_GetTicks(void) | header = fxcg/rtc.h | synopsis = Returns the number of ticks elapsed since the RTC was [[RTC_...") |
|||
Line 4: | Line 4: | ||
| signature = int RTC_GetTicks(void) | | signature = int RTC_GetTicks(void) | ||
| header = fxcg/rtc.h | | header = fxcg/rtc.h | ||
− | | synopsis = Returns the number of ticks elapsed since | + | | synopsis = Returns the number of ticks elapsed since midnight (resetting every day). The RTC ticks at 128 Hz. |
}} | }} |
Revision as of 11:00, 2 December 2012
Synopsis
Header: fxcg/rtc.h
Syscall index:
Function signature: int RTC_GetTicks(void)
Returns the number of ticks elapsed since midnight (resetting every day). The RTC ticks at 128 Hz.