Skip to main content

Enum SpiLineType

Description of a SPI line function

Assembly: Meadow.Contracts.dll
View Source
[Flags]
public enum SpiLineType

Fields

None

Not a SPI function

View Source
None = 0

COPI

A SPI Controller-out Peripheral-in line

View Source
COPI = 1

CIPO

A SPI Controller-in Peripheral-out line

View Source
CIPO = 2

Clock

A SPI Clock line

View Source
Clock = 4

ChipSelect

A SPI Chip Select line

View Source
ChipSelect = 8

MOSI

Backward compatible alias for COPI

View Source
MOSI = 1

MISO

Backward compatible alias for CIPO

View Source
MISO = 2