MCURTC:GetRTC

From 3dbrew
Revision as of 03:25, 12 May 2020 by TuxSH (talk | contribs) (→‎Response)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Request

Index Word Description
0 Header code [0x00020000]

Response

Index Word Description
0 Header code
1 Result code
2-3
 u8 seconds,
 u8 minutes,
 u8 hours,
 u8 dayofweek,
 u8 dayofmonth,
 u8 month,
 u8 year,
 u8 leapcount
3-4 svcGetSystemTick value corresponding to when the RTC read was done
5-9 Uninitialized data

Description

This gets the RTC time from the MCU device.