Enum nrf52svd::timer0::mode::MODER [] [src]

pub enum MODER {
    TIMER,
    COUNTER,
    LOWPOWERCOUNTER,
    _Reserved(u8),
}

Possible values of the field MODE

Variants

Select Timer mode

Deprecated enumerator - Select Counter mode

Select Low Power Counter mode

Reserved

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is TIMER

[src]

Checks if the value of the field is COUNTER

[src]

Checks if the value of the field is LOWPOWERCOUNTER

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

[src]

This method tests for !=.