Class SpiClock
The clock polarity and phase pair an SPI mode number names.
public sealed class SpiClock
- Inheritance
-
SpiClock
- Inherited Members
Properties
Cpha
Whether data is sampled on the trailing edge (CPHA = 1), which is modes 1 and 3.
public bool Cpha { get; }
Property Value
Cpol
Whether the clock idles high (CPOL = 1), which is modes 2 and 3.
public bool Cpol { get; }