Enum efm32gg11b820::wtimer3::cc3_ctrl::ICEVCTRLR [] [src]

pub enum ICEVCTRLR {
    EVERYEDGE,
    EVERYSECONDEDGE,
    RISING,
    FALLING,
}

Possible values of the field ICEVCTRL

Variants

PRS output pulse and interrupt flag set on every capture

PRS output pulse and interrupt flag set on every second capture

PRS output pulse and interrupt flag set on rising edge only (if ICEDGE = BOTH)

PRS output pulse and interrupt flag set on falling edge only (if ICEDGE = BOTH)

Methods

impl ICEVCTRLR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is EVERYEDGE

[src]

Checks if the value of the field is EVERYSECONDEDGE

[src]

Checks if the value of the field is RISING

[src]

Checks if the value of the field is FALLING

Trait Implementations

impl Clone for ICEVCTRLR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ICEVCTRLR
[src]

impl Debug for ICEVCTRLR
[src]

[src]

Formats the value using the given formatter.

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