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

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

Possible values of 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.

Methods

impl PincfgR
[src]

Value of the field as raw bits

Checks if the value of the field is _00

Checks if the value of the field is _01

Checks if the value of the field is _10

Checks if the value of the field is _11

Trait Implementations

impl Clone for PincfgR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PincfgR
[src]

impl Debug for PincfgR
[src]

Formats the value using the given formatter.

impl PartialEq for PincfgR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.