MCURTC:GetRTC: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00020000] |} =Response= {| class="wikitable" border="1" |- ! Index Word !..." |
|||
| Line 31: | Line 31: | ||
u8 year, | u8 year, | ||
u8 leapcount | u8 leapcount | ||
|- | |||
| 3-4 | |||
| svcGetSystemTick value corresponding to when the RTC read was done | |||
|- | |||
| 5-9 | |||
| Uninitialized data | |||
|- | |||
|} | |} | ||
=Description= | =Description= | ||
This gets the RTC time from the MCU device. | This gets the RTC time from the MCU device. | ||
Latest revision as of 02:25, 12 May 2020
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.