User`s guide

Inline Assembly Language and Intrinsics
Intrinsic Functions
151Targeting MC56F83xx/DSP5685x Controllers
wait
Generates a WAIT instruction which places the processor in the low power WAIT
mode.
Prototype
void wait(void)
Usage
wait();
turn_off_conv_rndg
Generates a sequence for disabling convergent rounding by setting the R bit in the
OMR register and waiting for the enabling to take effect.
NOTE
If convergent rounding is disabled, the assembler performs 2’s
complement rounding.
Prototype
void turn_off_conv_rndg(void)
Usage
turn_off_conv_rndg();
turn_off_sat
Generates a sequence for disabling automatic saturation in the MAC Output Limiter
by clearing the SA bit in the OMR register and waiting for the disabling to take effect.