[][src]Enum sam3x8e::tc1::cmr0_wave_eq_1::WAVSELR

pub enum WAVSELR {
    UP,
    UPDOWN,
    UP_RC,
    UPDOWN_RC,
}

Possible values of the field WAVSEL

Variants

UP

UP mode without automatic trigger on RC Compare

UPDOWN

UPDOWN mode without automatic trigger on RC Compare

UP_RC

UP mode with automatic trigger on RC Compare

UPDOWN_RC

UPDOWN mode with automatic trigger on RC Compare

Methods

impl WAVSELR[src]

pub fn bits(&self) -> u8[src]

Value of the field as raw bits

pub fn is_up(&self) -> bool[src]

Checks if the value of the field is UP

pub fn is_updown(&self) -> bool[src]

Checks if the value of the field is UPDOWN

pub fn is_up_rc(&self) -> bool[src]

Checks if the value of the field is UP_RC

pub fn is_updown_rc(&self) -> bool[src]

Checks if the value of the field is UPDOWN_RC

Trait Implementations

impl Clone for WAVSELR[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for WAVSELR[src]

impl PartialEq<WAVSELR> for WAVSELR[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for WAVSELR[src]

Auto Trait Implementations

impl Send for WAVSELR

impl Sync for WAVSELR

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]