[][src]Enum atsame70j20b::xdmac::xdmac_chid::xdmac_cc::SAM_A

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

Channel x Source 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 SAM_A[src]

impl Copy for SAM_A[src]

impl Debug for SAM_A[src]

impl From<SAM_A> for u8[src]

impl PartialEq<SAM_A> for SAM_A[src]

impl StructuralPartialEq for SAM_A[src]

Auto Trait Implementations

impl Send for SAM_A

impl Sync for SAM_A

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