Enum efr32x12p::cmu::hfperpresc::PRESCR [] [src]

pub enum PRESCR {
    NODIVISION,
    _Reserved(u16),
}

Possible values of the field PRESC

Variants

""

Reserved

Methods

impl PRESCR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NODIVISION

Trait Implementations

impl Clone for PRESCR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for PRESCR
[src]

impl Debug for PRESCR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for PRESCR
[src]

[src]

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

[src]

This method tests for !=.