

#include <nitro/rtc.h>OSTick RTC_GetSWClockTick( void );
None.
Returns the total number of ticks that have elapsed since 12:00am on January 1, 2000, as calculated by the software clock.
Returns 0 if the last software clock synchronization failed.
Returns an OSTick (u64) value for the total number of ticks that have elapsed since 12:00am on January 1, 2000, as calculated by the software clock.
Returns 0 if the last call to the RTC_SyncSWClock function failed.
2008/04/17 Initial version.
CONFIDENTIAL