Home
last modified time | relevance | path

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

/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/inc/
A Dstopwatch.h52 uint32_t StopWatch_Start(void);
61 return StopWatch_Start() - startTime; in StopWatch_Elapsed()
105 uint32_t startTime = StopWatch_Start(); in StopWatch_DelayTicks()
117 uint32_t startTime = StopWatch_Start(); in StopWatch_DelayMs()
129 uint32_t startTime = StopWatch_Start(); in StopWatch_DelayUs()
/lk-master/external/platform/lpc15xx/lpcopen/periph_dma_mem/example/src/
A Ddma_mem.c151 startTime = StopWatch_Start(); in main()
161 startTime = StopWatch_Start(); in main()
197 startTime = StopWatch_Start(); in main()
/lk-master/external/platform/lpc15xx/lpcopen/lpc_chip_15xx/src/
A Dstopwatch_15xx.c72 uint32_t StopWatch_Start(void) in StopWatch_Start() function

Completed in 4 milliseconds