Enum SpiFlags
SPI Open Flags.
Namespace: Unosquare.PiGpio.NativeEnums
Syntax
[Flags]
public enum SpiFlags
Fields
| Name | Description |
|---|---|
| ByteCount3WireBit0 | The byte count3 wire bit0 |
| ByteCount3WireBit1 | The byte count3 wire bit1 |
| ByteCount3WireBit2 | The byte count3 wire bit2 |
| ByteCount3WireBit3 | The byte count3 wire bit3 |
| ChipEnableActiveLowBit0 | The chip enable active low bit0 |
| ChipEnableActiveLowBit1 | The chip enable active low bit1 |
| ChipEnableActiveLowBit2 | The chip enable active low bit2 |
| ChipEnableReservedBit0 | The chip enable reserved bit0 |
| ChipEnableReservedBit1 | The chip enable reserved bit1 |
| ChipEnableReservedBit2 | The chip enable reserved bit2 |
| Default | The default |
| InvertMiso | The invert miso |
| InvertMosi | The invert mosi |
| ModeBit0 | The mode bit0 |
| ModeBit1 | The mode bit1 |
| Use3WireDevice | The use3 wire device |
| UseAuxiliarySpi | The use auxiliary spi |
| WordSizeBit0 | The word size bit0 |
| WordSizeBit1 | The word size bit1 |
| WordSizeBit2 | The word size bit2 |
| WordSizeBit3 | The word size bit3 |
| WordSizeBit4 | The word size bit4 |
| WordSizeBit5 | The word size bit5 |