Enum lpc55_pac::hashcrypt::ctrl::DMA_O_A[][src]

pub enum DMA_O_A {
    NOTUSED,
}

Written to 1 to use DMA to drain the digest/output. If both DMA_I and DMA_O are set, the DMA has to know to switch direction and the locations. This can be used for crypto uses.

Value on reset: 0

Variants

NOTUSED

0: DMA is not used. Processor reads the digest/output in response to DIGEST interrupt.

Trait Implementations

impl Clone for DMA_O_A[src]

impl Copy for DMA_O_A[src]

impl Debug for DMA_O_A[src]

impl PartialEq<DMA_O_A> for DMA_O_A[src]

impl StructuralPartialEq for DMA_O_A[src]

Auto Trait Implementations

impl Send for DMA_O_A

impl Sync for DMA_O_A

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