Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dstopwatch.h89 uint32_t StopWatch_MsToTicks(uint32_t mS);
114 STATIC INLINE void StopWatch_DelayMs(uint32_t mS) in StopWatch_DelayMs() argument
116 uint32_t ticks = StopWatch_MsToTicks(mS); in StopWatch_DelayMs()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c97 uint32_t StopWatch_MsToTicks(uint32_t mS) in StopWatch_MsToTicks() argument
99 return mS * ticksPerMs; in StopWatch_MsToTicks()

Completed in 2 milliseconds