MPLAB® Harmony Graphics Suite
|
LIB_EXPORT int32_t leClampi( int32_t min, int32_t max, int32_t i );
Parameters |
Description |
min |
the minimum value |
max |
the maximum value |
i |
the number to clamp |
int32_t - the clamped value
MPLAB® Harmony Graphics Suite
|