Cpu Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Provides access to CPU-specific functionality.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.Hardware..::..Cpu
Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in Microsoft.SPOT.Hardware.dll)
Syntax
'Declaration
Public NotInheritable Class Cpu
public static class Cpu
public ref class Cpu abstract sealed
[<AbstractClass>]
[<Sealed>]
type Cpu = class end
public final class Cpu
The Cpu type exposes the following members.
Properties
Name | Description | |
---|---|---|
GlitchFilterTime | Gets and sets the time of the glitch filter for the debounce circuitry for all GPIO pins. | |
SlowClock | Gets the frequency of the Slow Clock. | |
SystemClock | Gets the frequency of the system clock. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.