Time-related functions used by demos and tests in this SDK. More...
#include <stdint.h>Go to the source code of this file.
| Functions | |
| uint32_t | Clock_GetTimeMs (void) | 
| The timer query function.  More... | |
| void | Clock_SleepMs (uint32_t sleepTimeMs) | 
| Millisecond sleep function.  More... | |
Time-related functions used by demos and tests in this SDK.
| uint32_t Clock_GetTimeMs | ( | void | ) | 
The timer query function.
This function returns the elapsed time.
| void Clock_SleepMs | ( | uint32_t | sleepTimeMs | ) | 
Millisecond sleep function.
| [in] | sleepTimeMs | milliseconds to sleep. |