Cpu.PinValidInterruptMode Enumeration

Values defining valid interrupt modes for a pin.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

[FlagsAttribute]
public enum Cpu.PinValidInterruptMode

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

Members

  Member name Description
InterruptEdgeBoth Both edges are valid.
InterruptEdgeHigh Only a high edge is valid.
InterruptEdgeLevelHigh A high edge and high level are valid.
InterruptEdgeLevelLow A low edge and low level are valid.
InterruptEdgeLow Only a low edge is valid.
NONE There is no valid interrupt mode.

See Also

Reference

Microsoft.SPOT.Hardware Namespace