sarmfsw: SMFSW Toolbox (for ARM & compatible with Arduino platform) 3.7
SMFSW collection of miscellaneous functions & macros (for ARM & compatible with Arduino platform)
|
Ticks related inlines. More...
Functions | |
BOOL | TPSSUP_MS (const DWORD prev, const DWORD time) |
Tests if stored time value has reached time lapse in ms. | |
BOOL | TPSINF_MS (const DWORD prev, const DWORD time) |
Tests if stored time value has not reached time lapse in ms. | |
Ticks related inlines.
Tests if stored time value has not reached time lapse in ms.
[in] | prev | - previously stored time value |
[in] | time | - time lapse (in ms) |
Tests if stored time value has reached time lapse in ms.
[in] | prev | - previously stored time value |
[in] | time | - time lapse (in ms) |