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

pub enum PcspolR {
    _0000,
    _0001,
    _Reserved(u8),
}

Possible values of the field PCSPOL

Variants

The PCSx is active low.

The PCSx is active high.

Reserved

Methods

impl PcspolR
[src]

Value of the field as raw bits

Checks if the value of the field is _0000

Checks if the value of the field is _0001

Trait Implementations

impl Clone for PcspolR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PcspolR
[src]

impl Debug for PcspolR
[src]

Formats the value using the given formatter.

impl PartialEq for PcspolR
[src]

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

This method tests for !=.