Enum s32k144::pdb1::sc::MultR [] [src]

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

Possible values of the field MULT

Variants

Multiplication factor is 1.

Multiplication factor is 10.

Multiplication factor is 20.

Multiplication factor is 40.

Methods

impl MultR
[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 MultR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for MultR
[src]

impl Debug for MultR
[src]

Formats the value using the given formatter.

impl PartialEq for MultR
[src]

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

This method tests for !=.