#include <bluemelon/types.h>
Defines | |
| #define | BLUESENSE_TIMEOUT_MINIMUM_US 10000 |
Functions | |
| DECLSPEC uint32_t | bsTimers_getTimeUs (void) |
| DECLSPEC uint32_t | bsTimers_getDeltaTimeUs (uint32_t startTimeUs, uint32_t endTimeUs) |
| DECLSPEC void | bsTimers_delayMs (uint32_t ms) |
Timer functions with microsecond accuracy
|
|
Minimum request time out in micor seconds |
|
|
Delays for the specified amount of mili seconds. The function calls sleep under linux/darwin or Sleep under windows
|
|
||||||||||||
|
returns the difference between end and start time in microseconds. this functions takes into account timer overflows generated in bsTimers_getTimeUs
|
|
|
Returns the absolute time in microseconds.
|
1.4.4