Enum efr32x12p::pcnt1::ctrl::MODER [] [src]

pub enum MODER {
    DISABLE,
    OVSSINGLE,
    EXTCLKSINGLE,
    EXTCLKQUAD,
    OVSQUAD1X,
    OVSQUAD2X,
    OVSQUAD4X,
    _Reserved(u8),
}

Possible values of the field MODE

Variants

The module is disabled.

Single input LFACLK oversampling mode (available in EM0-EM3).

Externally clocked single input counter mode (available in EM0-EM3).

Externally clocked quadrature decoder mode (available in EM0-EM3).

LFACLK oversampling quadrature decoder 1X mode (available in EM0-EM3).

LFACLK oversampling quadrature decoder 2X mode (available in EM0-EM3).

LFACLK oversampling quadrature decoder 4X mode (available in EM0-EM3).

Reserved

Methods

impl MODER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is DISABLE

[src]

Checks if the value of the field is OVSSINGLE

[src]

Checks if the value of the field is EXTCLKSINGLE

[src]

Checks if the value of the field is EXTCLKQUAD

[src]

Checks if the value of the field is OVSQUAD1X

[src]

Checks if the value of the field is OVSQUAD2X

[src]

Checks if the value of the field is OVSQUAD4X

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 !=.