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

pub enum WAVSELR {
    UP_NO_AUTO,
    UPDOWN_NO_AUTO,
    UP_AUTO,
    UPDOWN_AUTO,
}

Possible values of the field WAVSEL

Variants

UP mode without automatic trigger on RC Compare

UPDOWN mode without automatic trigger on RC Compare

UP mode with automatic trigger on RC Compare

UPDOWN mode with automatic trigger on RC Compare

Methods

impl WAVSELR
[src]

[src]

Value of the field as raw bits

[src]

Checks if the value of the field is UP_NO_AUTO

[src]

Checks if the value of the field is UPDOWN_NO_AUTO

[src]

Checks if the value of the field is UP_AUTO

[src]

Checks if the value of the field is UPDOWN_AUTO

Trait Implementations

impl Clone for WAVSELR
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for WAVSELR
[src]

impl Debug for WAVSELR
[src]

[src]

Formats the value using the given formatter. Read more

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

impl Sync for WAVSELR