Table of Contents

Enum GpioConfiguration.IOMode

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

GPIO Configuration Mode.

public enum GpioConfiguration.IOMode

Fields

AlternateFunction = 2

GPIO configured for Alternate function.

Analog = 3

GPIO configured in Analog mode.

Input = 0

GPIO configured as input.

Output = 1

GPIO configured as output.

OutputOpenDrain = 17

GPIO configured as output in Open Drain mode.

OutputPushPull = 1

GPIO configured as output in Push Pull mode.