#include <nitro/os.h>
u16 OS_GetTickLo( void );
None.
The lower 16 bits of the tick value.
This function acquires the lower 16 bits of the tick value.
Ticks must be initialized with the OS_InitTick
function before calling this function.
The tick value consists of a 16-bit timer counter value and the timer's interrupt count counter; the OS_GetTickLo
function returns the value of the 16-bit timer counter.
OS_InitTick, OS_SetTick, OS_GetTick
2004/02/25 Changed systemClock
to tick
.
2004/02/24 Initial version.
CONFIDENTIAL