English
Language : 

ZAURA Datasheet, PDF (90/99 Pages) –
ZAURA RF Wireless Library
Programmer’s Reference Manual
78
ZAURA_RF_ms_TO_TICKS
Description The ZAURA_RF_ms_TO_TICKS macro converts milliseconds into
ticks.
Syntax
UINT16 ZAURA_RF_ms_TO_TICKS(UINT16 Delay_ms)
Parameters
Delay_ms
The duration of time it takes, in milliseconds, to convert to ticks.
Returns The number of ticks that Delay_ms converts to.
Example
UINT16 Ticks;
/*
* Convert 30ms to the corresponding number of timer 
* ticks.
*/
Ticks = ZAURA_RF_ms_TO_TICKS( 30 );
Timer API Functions
RM006003-1011