Enum s32k144::rcm::srie::DelayR [] [src]

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

Possible values of the field DELAY

Variants

10 LPO cycles

34 LPO cycles

130 LPO cycles

514 LPO cycles

Methods

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DelayR
[src]

impl Debug for DelayR
[src]

Formats the value using the given formatter.

impl PartialEq for DelayR
[src]

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

This method tests for !=.