#include "SFBTypes.h"
#include "lpc/clock.h"


Go to the source code of this file.
Data Structures | |
| class | SFBProcessor |
| Wrapper class implementing the Processor object for access to CPU speed control. More... | |
| struct | SpeedChangeHandlerBlock |
Typedefs | |
| typedef void(* | SpeedChangeHandler )() |
Functions | |
| void | registerSpeedChangeHandlerBlock (SpeedChangeHandlerBlock *) |
Variables | |
| SFBProcessor | Processor |
| The premade instance of the SFBProcessor class, used for accessing and controlling the onboard CPU speed (and thus power consumption). | |