[][src]Enum atsame70j20b::aes::aes_mr::SMOD_A

#[repr(u8)]pub enum SMOD_A {
    MANUAL_START,
    AUTO_START,
    IDATAR0_START,
}

Start Mode

Value on reset: 0

Variants

MANUAL_START

0: Manual Mode

AUTO_START

1: Auto Mode

IDATAR0_START

2: AES_IDATAR0 access only Auto Mode (DMA)

Trait Implementations

impl Clone for SMOD_A[src]

impl Copy for SMOD_A[src]

impl Debug for SMOD_A[src]

impl From<SMOD_A> for u8[src]

impl PartialEq<SMOD_A> for SMOD_A[src]

impl StructuralPartialEq for SMOD_A[src]

Auto Trait Implementations

impl Send for SMOD_A

impl Sync for SMOD_A

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