Enum SpiBusConfiguration
Defines the bus configuration between the master and the slave device.
Namespace: System.Device.Spi
Assembly: System.Device.Spi.dll
Syntax
public enum SpiBusConfiguration
Fields
Name | Description |
---|---|
FullDuplex | Devices are connected in full duplex configuration, using 4-wires. All SPI signals are connected. |
HalfDuplex | Devices are connected in half duplex configuration, using 3-wires. Only CS, SCK and MOSI (master) signals are used. |
Simplex | Devices are connected in simplex configuration, using 2-wires. Only CS, SCK and MOSI (master) signals are used. Communication flow is from master to slave only. |