Enum SpiSharingMode
Defines the sharing mode for the SPI bus.
Namespace: System.Device.Spi
Assembly: System.Device.Spi.dll
Syntax
public enum SpiSharingMode
Fields
Name | Description |
---|---|
Exclusive | SPI bus segment is not shared. |
Shared | SPI bus is shared. |