Enum s32k144::lpspi2::cfgr1::PincfgW [] [src]

pub enum PincfgW {
    _00,
    _01,
    _10,
    _11,
}

Values that can be written to the field PINCFG

Variants

SIN is used for input data and SOUT for output data.

SIN is used for both input and output data.

SOUT is used for both input and output data.

SOUT is used for input data and SIN for output data.