Home
last modified time | relevance | path

Searched refs:ticksPerMs (Results 1 – 1 of 1) sorted by relevance

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c41 static uint32_t ticksPerMs; variable
67 ticksPerMs = ticksPerSecond / 1000; in StopWatch_Init()
87 return ticks / ticksPerMs; in StopWatch_TicksToMs()
99 return mS * ticksPerMs; in StopWatch_MsToTicks()

Completed in 4 milliseconds