Enum atsam4e16c_pac::dmac::cfg1::LOCK_IF_L_A[][src]

pub enum LOCK_IF_L_A {
    CHUNK,
    BUFFER,
}

Master Interface Arbiter Lock

Value on reset: 0

Variants

CHUNK

0: The Master Interface Arbiter is locked by the channel x for a chunk transfer.

BUFFER

1: The Master Interface Arbiter is locked by the channel x for a buffer transfer.

Trait Implementations

impl Clone for LOCK_IF_L_A[src]

impl Copy for LOCK_IF_L_A[src]

impl Debug for LOCK_IF_L_A[src]

impl PartialEq<LOCK_IF_L_A> for LOCK_IF_L_A[src]

impl StructuralPartialEq for LOCK_IF_L_A[src]

Auto Trait Implementations

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.