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

pub enum WYR {
    _0000,
    _0010,
    _0100,
    _Reserved(u8),
}

Possible values of the field WY

Variants

No Cache

2-Way Set Associative

4-Way Set Associative

Reserved

Methods

impl WYR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is _0000

[src]

Checks if the value of the field is _0010

[src]

Checks if the value of the field is _0100

Trait Implementations

impl Clone for WYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WYR
[src]

impl Debug for WYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for WYR
[src]

[src]

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

[src]

This method tests for !=.