Enum efr32x12p::pcnt2::ctrl::AUXCNTEVR [] [src]

pub enum AUXCNTEVR {
    NONE,
    UP,
    DOWN,
    BOTH,
}

Possible values of the field AUXCNTEV

Variants

Never counts.

Counts up on up-count events.

Counts up on down-count events.

Counts up on both up-count and down-count events.

Methods

impl AUXCNTEVR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NONE

[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 BOTH

Trait Implementations

impl Clone for AUXCNTEVR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for AUXCNTEVR
[src]

impl Debug for AUXCNTEVR
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for AUXCNTEVR
[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 !=.