Enum efm32gg11b820::pcnt1::ctrl::CNTEVR [] [src]

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

Possible values of the field CNTEV

Variants

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

Only counts up on up-count events.

Only counts down on down-count events.

Never counts.

Methods

impl CNTEVR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is BOTH

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

Trait Implementations

impl Clone for CNTEVR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CNTEVR
[src]

impl Debug for CNTEVR
[src]

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl Send for CNTEVR

impl Sync for CNTEVR