Difference between revisions of "RTC Reset"
From WikiPrizm
Jump to navigationJump to search (Created page with "{{syscall | name = RTC_Reset | header = fxcg/rtc.h | index = 0x02BF | signature = void RTC_Reset(int mode) | synopsis = Resets the Real-Time Clock, optionally setting all regi...") |
|||
Line 7: | Line 7: | ||
| parameters = * '''mode''' - if not zero, all registers are set to zero. | | parameters = * '''mode''' - if not zero, all registers are set to zero. | ||
}} | }} | ||
+ | [[Category:Syscalls:RTC]] |
Latest revision as of 19:00, 10 February 2015
Synopsis
Header: fxcg/rtc.h
Syscall index: 0x02BF
Function signature: void RTC_Reset(int mode)
Resets the Real-Time Clock, optionally setting all registers to zero.
Parameters
- mode - if not zero, all registers are set to zero.