Table of Contents

Class SpiClock

Namespace
Pamoja.Gpio
Assembly
Pamoja.Gpio.dll

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

bool

Cpol

Whether the clock idles high (CPOL = 1), which is modes 2 and 3.

public bool Cpol { get; }

Property Value

bool