|
sarmfsw: SMFSW Toolbox (desinged for ARM / compatible with other 8b/16b/32b platforms) 4.0rc
SMFSW collection of miscellaneous functions \& macros (desinged for ARM / compatible with other 8b/16b/32b platforms)
|
Ticks related inlines. More...

Functions | |
| BOOL | TPSSUP_MS (const DWORD start_tick, const DWORD lapse) |
| Tests if stored time value has reached time lapse in ms. | |
| BOOL | TPSINF_MS (const DWORD start_tick, const DWORD lapse) |
| 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.
HAL_MS_TICKS_FACTOR at project level if tick period is not 1ms | [in] | start_tick | - previously stored time value |
| [in] | lapse | - time lapse (in ms) |
Tests if stored time value has reached time lapse in ms.
HAL_MS_TICKS_FACTOR at project level if tick period is not 1ms | [in] | start_tick | - previously stored time value |
| [in] | lapse | - time lapse (in ms) |