Enum s32k144::mcm::lmdr1::DPWR [] [src]

pub enum DPWR {
    _010,
    _011,
    _Reserved(u8),
}

Possible values of the field DPW

Variants

LMEMn 32-bits wide

LMEMn 64-bits wide

Reserved

Methods

impl DPWR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _010

[src]

Checks if the value of the field is _011

Trait Implementations

impl Clone for DPWR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for DPWR
[src]

impl Debug for DPWR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for DPWR
[src]

[src]

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

[src]

This method tests for !=.