Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c40 static uint32_t ticksPerSecond; variable
66 ticksPerSecond = Chip_Clock_GetSystemClockRate(); in StopWatch_Init()
67 ticksPerMs = ticksPerSecond / 1000; in StopWatch_Init()
68 ticksPerUs = ticksPerSecond / 1000000; in StopWatch_Init()
81 return ticksPerSecond; in StopWatch_TicksPerSecond()

Completed in 3 milliseconds