Archdelay - Delay; Archdelay Arguments - Freescale Semiconductor DSP56800E User Manual

Hide thumbs Also See for DSP56800E:
Table of Contents

Advertisement

Core System Infrastructure
Description: The archGetSetSaturationMode inline function sets the saturation mode to a user
specified value. The function manipulates with the saturation (SA) bit - Bit 4 in the Operating
Mode Register (OMR).
Returns: Saturation mode prior to the new state (the return value is masked SA-bit from the
previous OMR value).
Example 2-16. archGetSetSaturationMode function usage
Word16 bSatMode;
bSatMode = archGetSetSaturationMode(true);
2.4.1.15

archDelay - delay

Call(s):
void archDelay(UWord16 Ticks);
Arguments:
Ticks
Description: The archDelay inline function delays the program execution by the specified
number of CPU cycles.
Returns: None.
Special Issues: The delay corresponds just roughly to the number of CPU cycles.
Example 2-17. archDelay function usage
archDelay(1000);
2-12
Table 2-2. archDelay arguments
in
Number of CPU cycles to delay (0 to 0xFFFF)
Targeting 56F8xxx Platform
FREESCALE SEMICONDUCTOR

Advertisement

Table of Contents
loading

Table of Contents