28.2.54 __builtin_flimv_excess

Architecture

dsPIC33C/E/F, dsPIC30

Description

Force (Signed) Data Range Limit with Limit Excess Result. Simultaneously compares a 16-bit signed data value to a maximum signed limit value and a minimum signed limit value.

Return the amount of the excess value.

Prototype

int16_t __builtin_flimv_excess(int16_t value, int16_t high, int16_t low, int16_t *excess);

Arguments

value – Data value

high – Maximum limit value

low – Minimum limit value

excess – Storage for excess over limit

Return Value

Returns the value clamped between high and low ; stores the excess in the storage pointed to by excess .

Machine Instruction

flim.v

(when used with __builtin_flim_excess)

Error Messages

None