OSGetTime

C Specification

#include <revolution/os.h>
OSTime OSGetTime(void);

Arguments

None.

Return Values

A time base 64-bit value.

Description

Retrieves time base registers incremented at OS_TIMER_CLOCK Hz. At boot time, the OS initializes the time base registers to the number of ticks since 0:00 AM January 1, 2000.

See Also

Time Functions, OSGetTick

Revision History

2006/03/01 Initial version.


CONFIDENTIAL