table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CLAMP(9) | Driver Basics | CLAMP(9) |
NAME¶
clamp - return a value clamped to a given range with strict typecheckingSYNOPSIS¶
clamp(val,
min, max);
ARGUMENTS¶
valcurrent value
min
minimum allowable value
max
maximum allowable value
DESCRIPTION¶
This macro does strict typechecking of min/max to make sure they are of the same type as val. See the unnecessary pointer comparisons.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |