Enum msp432p401r::aes256::aesactl0::AESCMX_A[][src]

#[repr(u8)]pub enum AESCMX_A {
    AESCMX_0,
    AESCMX_1,
    AESCMX_2,
    AESCMX_3,
}

AES cipher mode select

Value on reset: 0

Variants

AESCMX_0

0: ECB

AESCMX_1

1: CBC

AESCMX_2

2: OFB

AESCMX_3

3: CFB

Trait Implementations

impl Clone for AESCMX_A[src]

impl Copy for AESCMX_A[src]

impl Debug for AESCMX_A[src]

impl PartialEq<AESCMX_A> for AESCMX_A[src]

impl StructuralPartialEq for AESCMX_A[src]

Auto Trait Implementations

impl Send for AESCMX_A

impl Sync for AESCMX_A

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