Enum efm32gg11b820::wtimer3::cc1_ctrl::ICEDGER [] [src]

pub enum ICEDGER {
    RISING,
    FALLING,
    BOTH,
    NONE,
}

Possible values of the field ICEDGE

Variants

Rising edges detected

Falling edges detected

Both edges detected

No edge detection, signal is left as it is

Methods

impl ICEDGER
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is RISING

[src]

Checks if the value of the field is FALLING

[src]

Checks if the value of the field is BOTH

[src]

Checks if the value of the field is NONE

Trait Implementations

impl Clone for ICEDGER
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ICEDGER
[src]

impl Debug for ICEDGER
[src]

[src]

Formats the value using the given formatter.

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