[][src]Enum atsame70j20b::tc0::tc_channel::tc_cmr_capture_mode::SBSMPLR_A

#[repr(u8)]pub enum SBSMPLR_A {
    ONE,
    HALF,
    FOURTH,
    EIGHTH,
    SIXTEENTH,
}

Loading Edge Subsampling Ratio

Value on reset: 0

Variants

ONE

0: Load a Capture Register each selected edge

HALF

1: Load a Capture Register every 2 selected edges

FOURTH

2: Load a Capture Register every 4 selected edges

EIGHTH

3: Load a Capture Register every 8 selected edges

SIXTEENTH

4: Load a Capture Register every 16 selected edges

Trait Implementations

impl Clone for SBSMPLR_A[src]

impl Copy for SBSMPLR_A[src]

impl Debug for SBSMPLR_A[src]

impl From<SBSMPLR_A> for u8[src]

impl PartialEq<SBSMPLR_A> for SBSMPLR_A[src]

impl StructuralPartialEq for SBSMPLR_A[src]

Auto Trait Implementations

impl Send for SBSMPLR_A

impl Sync for SBSMPLR_A

impl Unpin for SBSMPLR_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

The type returned in the event of a conversion error.