Enum atsam4lc4c::tc0::cmr_waveform::EEVTEDGR [] [src]

pub enum EEVTEDGR {
    NO_EDGE,
    POS_EDGE,
    NEG_EDGE,
    BOTH_EDGES,
}

Possible values of the field EEVTEDG

Variants

none

rising edge

falling edge

each edge

Methods

impl EEVTEDGR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is NO_EDGE

[src]

Checks if the value of the field is POS_EDGE

[src]

Checks if the value of the field is NEG_EDGE

[src]

Checks if the value of the field is BOTH_EDGES

Trait Implementations

impl Clone for EEVTEDGR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for EEVTEDGR
[src]

impl Debug for EEVTEDGR
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for EEVTEDGR
[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 EEVTEDGR

impl Sync for EEVTEDGR