Enum atsame70n20b_pac::xdmac::xdmac_chid::cc::DAM_A[][src]

#[repr(u8)]pub enum DAM_A {
    FIXED_AM,
    INCREMENTED_AM,
    UBS_AM,
    UBS_DS_AM,
}

Channel x Destination Addressing Mode

Value on reset: 0

Variants

FIXED_AM

0: The address remains unchanged.

INCREMENTED_AM

1: The addressing mode is incremented (the increment size is set to the data size).

UBS_AM

2: The microblock stride is added at the microblock boundary.

UBS_DS_AM

3: The microblock stride is added at the microblock boundary; the data stride is added at the data boundary.

Trait Implementations

impl Clone for DAM_A[src]

impl Copy for DAM_A[src]

impl Debug for DAM_A[src]

impl PartialEq<DAM_A> for DAM_A[src]

impl StructuralPartialEq for DAM_A[src]

Auto Trait Implementations

impl Send for DAM_A

impl Sync for DAM_A

impl Unpin for DAM_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.