pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface SpiClock

    The clock polarity and phase pair an SPI mode number names.

    interface SpiClock {
        cpha: boolean;
        cpol: boolean;
    }
    Index
    cpha: boolean

    Whether data is sampled on the trailing edge (CPHA = 1), which is modes 1 and 3.

    cpol: boolean

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