|
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)
|
Variables test inlines. More...

Functions | |
| BOOL | inTolerance (const SDWORD val, const SDWORD ref, const float tolerance) |
| Checks if val given as parameter is in tolerance. | |
| BOOL | inRange (const SDWORD val, const SDWORD low, const SDWORD high) |
| Checks if val given as parameter is in range. | |
Variables test inlines.
Checks if val given as parameter is in range.
| [in] | val | - Value to check |
| [in] | low | - Low range boundary |
| [in] | high | - High range boundary |