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

pub enum MEMSET_A {
    NORMAL_MODE,
    HW_MODE,
}

Channel x Fill Block of memory

Value on reset: 0

Variants

NORMAL_MODE

0: Memset is not activated.

HW_MODE

1: Sets the block of memory pointed by DA field to the specified value. This operation is performed on 8-, 16- or 32-bit basis.

Trait Implementations

impl Clone for MEMSET_A[src]

impl Copy for MEMSET_A[src]

impl Debug for MEMSET_A[src]

impl PartialEq<MEMSET_A> for MEMSET_A[src]

impl StructuralPartialEq for MEMSET_A[src]

Auto Trait Implementations

impl Send for MEMSET_A

impl Sync for MEMSET_A

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