Propeller Manual

Table Of Contents
CLKFREQ – Spin Language Reference
Page 64 · Propeller Manual v1.1
CLKFREQ vs. _CLKFREQ
CLKFREQ is related to, but not the same as, _CLKFREQ. CLKFREQ is command that returns the
current System Clock frequency whereas
_CLKFREQ is an application-defined constant that
contains the application’s System Clock frequency at startup. In other words,
CLKFREQ is the
current clock frequency and
_CLKFREQ is the original clock frequency; they both may happen
to be the same value but they certainly can be different.