Skip to main content

Enum SpiClockConfiguration.Mode

Mode (combination of Phase and Polarity) of a SPI bus clock

Assembly: Meadow.Contracts.dll
View Source
Declaration
public enum SpiClockConfiguration.Mode

Fields

Mode0

Normal (0) Polarity, and Phase 0

View Source
Declaration
Mode0 = 0

Mode1

Normal (0) Polarity, and Phase 1

View Source
Declaration
Mode1 = 1

Mode2

Inverted (1) Polarity, and Phase 0

View Source
Declaration
Mode2 = 2

Mode3

Inverted (1) Polarity, and Phase 1

View Source
Declaration
Mode3 = 3