Enum efm32hg222f64::timer0::ctrl::MODER [] [src]

pub enum MODER {
    UP,
    DOWN,
    UPDOWN,
    QDEC,
}

Possible values of the field MODE

Variants

Up-count mode

Down-count mode

Up/down-count mode

Quadrature decoder mode

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UP

[src]

Checks if the value of the field is DOWN

[src]

Checks if the value of the field is UPDOWN

[src]

Checks if the value of the field is QDEC

Trait Implementations

impl Clone for MODER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for MODER
[src]

impl Debug for MODER
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for MODER
[src]

[src]

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

1.0.0
[src]

This method tests for !=.