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

pub enum MTR {
    _000,
    _001,
    _Reserved(u8),
}

Possible values of the field MT

Variants

SRAM_L

SRAM_U

Reserved

Methods

impl MTR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _000

[src]

Checks if the value of the field is _001

Trait Implementations

impl Clone for MTR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MTR
[src]

impl Debug for MTR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MTR
[src]

[src]

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

[src]

This method tests for !=.