Enum efm32gg11b820::wtimer3::lock::TIMERLOCKKEYR [] [src]

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

Possible values of the field TIMERLOCKKEY

Variants

""

""

Reserved

Methods

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for TIMERLOCKKEYR
[src]

impl Debug for TIMERLOCKKEYR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for TIMERLOCKKEYR
[src]

[src]

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

[src]

This method tests for !=.