User`s guide

Inline Assembly Language and Intrinsics
Intrinsic Functions
152
Targeting MC56F83xx/DSP5685x Controllers
Prototype
void turn_off_sat(void)
Usage
turn_off_sat();
turn_on_conv_rndg
Generates a sequence for enabling convergent rounding by clearing the R bit in the
OMR register and waiting for the enabling to take effect.
Prototype
void turn_on_conv_rndg(void)
Usage
turn_on_conv_rndg();
turn_on_sat
Generates a sequence for enabling automatic saturation in the MAC Output Limiter by
setting the SA bit in the OMR register and waiting for the enabling to take effect.
Prototype
void turn_on_sat(void)
Usage
turn_on_sat();