Archwait - Wait Processing State; Archgetlimitbit - Get Limit Bit; Archgetsetsaturationmode - Get And Set Saturation Mode; Archgetsetsaturationmode Arguments - Freescale Semiconductor DSP56800E User Manual

Hide thumbs Also See for DSP56800E:
Table of Contents

Advertisement

2.4.1.12

archWait - wait processing state

Call(s):
void archWait(void);
Arguments: None.
Description: The archWait macro places the processor into the wait processing state by
executing a wait instruction.
Example 2-14. archWait macro usage
archWait();
2.4.1.13

archGetLimitBit - get limit bit

Call(s):
Word16 archGetLimitBit(void);
Arguments: None.
Description: The archGetLimitBit inline function returns the status of the limit bit (L) - Bit 6 in
the Status Register (SR).
Returns: The returned value is masked value of the L-bit in SR. It is either 0 - limit bit is cleared
or non-zero (0x40) - limit bit is set.
Example 2-15. archGetLimitBit function usage
if(archGetLimitBit())
{
...
}
2.4.1.14

archGetSetSaturationMode - get and set saturation mode

Call(s):
Word16 archGetSetSaturationMode(bool bSatMode);
Arguments:
bSatMode
FREESCALE SEMICONDUCTOR
Table 2-1. archGetSetSaturationMode arguments
in
State of the saturation mode to be set.
false - set no saturation mode
true - set saturation mode
Targeting 56F8xxx Platform
Boot Sequence
2-11

Advertisement

Table of Contents
loading

Table of Contents