Table of Contents

Class Power.PinWakeupConfig

Namespace
nanoFramework.Hardware.TI
Assembly
nanoFramework.Hardware.TI.dll

Configuration for GPIO pin to wakeup device.

public class Power.PinWakeupConfig
Inheritance
Power.PinWakeupConfig
Inherited Members
Extension Methods

Constructors

PinWakeupConfig(int, PinWakeupEdge, PinPullUpDown)

Create a wakeup configuration for a GPIO pin.

public PinWakeupConfig(int pin, Power.PinWakeupEdge wakeupConfig, Power.PinPullUpDown pinPullUpDown = PinPullUpDown.None)

Parameters

pin int

GPIO pin number to configure for wakeup.

wakeupConfig Power.PinWakeupEdge

Wakeup configuration for the GPIO pin.

pinPullUpDown Power.PinPullUpDown

Option for internal pull-up or pull-down resistor.

Remarks

To remove a wakeup configuration from a pin set the wakeupConfig to None.