

#include <nitro/rtc.h>RTCResult RTC_GetDateTimeExFromSWClock( RTCDate* date ,RTCTimeEx* time );
| date | Pointer to the buffer where date information will be stored. |
| timeEx | Pointer to the buffer where time information will be stored. |
Returns the results from the last call to the RTC_SyncSWClock function. If a nonzero value is returned, software clock synchronization has failed.
Uses the software clock to get date and time data. This function works in a similar way to RTC_GetDateTime function, but specifies RTCTimeEx as a buffer to store the time data, instead of RTCTime. RTCTimeEx stores time data to millisecond accuracy.
RTC_SyncSWClock, RTCResult, RTCDate, RTCTimeEx
2008/04/17 Initial version.
CONFIDENTIAL