GBL_getFrequency
Application Program Interface
2-113
C Interface
Syntax
frequency = GBL_getFrequency(Void);
Parameters
Void
Return Value
Uint32
frequency;
/* CPU frequency in KHz */
Reentrant
yes
Description
Returns the current frequency of the DSP CPU in an integer number of
KHz. This is the frequency set by GBL_setFrequency, which must also
be an integer. The default value is the value of the CLKOUT property,
which is configured as one of the GBL Module Properties.
See Also
GBL_getFrequency
Get current frequency of the CPU in KHz