English
Language : 

ZAURA Datasheet, PDF (91/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
79
ZAURA_RF_ReadTimer
Description This routine returns a value between 0x0001 and 0x8000, repre-
senting the current tick count of the ZAURA RF timer.
Syntax UINT16 ZAURA_RF_ReadTimer( void );
Parameters None.
Returns
Example
A 16-bit tick count of the ZAURA RF timer (frequency approximately
32.768 kHz).
UINT16 TickCount;
TickCount = ZAURA_RF_ReadTimer();
RM006003-1011
ZAURA_RF_ReadTimer