Enum efm32gg11b820::wtimer3::dtlock::LOCKKEYR [] [src]

pub enum LOCKKEYR {
    UNLOCKED,
    LOCKED,
    _Reserved(u16),
}

Possible values of the field LOCKKEY

Variants

""

""

Reserved

Methods

impl LOCKKEYR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UNLOCKED

[src]

Checks if the value of the field is LOCKED

Trait Implementations

impl Clone for LOCKKEYR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LOCKKEYR
[src]

impl Debug for LOCKKEYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LOCKKEYR
[src]

[src]

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

[src]

This method tests for !=.