Table of Contents

Enum GpioConfiguration.Speed

Namespace
nanoFramework.Hardware.Stm32
Assembly
nanoFramework.Hardware.Stm32.dll

GPIO Output Maximum frequency.

public enum GpioConfiguration.Speed

Fields

High = 2

High speed.

Low = 0

Low speed.

Medium = 1

Medium speed.

VeryHigh = 3

Very high speed.