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

#[repr(u8)]pub enum AESOPX_A {
    AESOPX_0,
    AESOPX_1,
    AESOPX_2,
    AESOPX_3,
}

AES operation

Value on reset: 0

Variants

AESOPX_0

0: Encryption

AESOPX_1

1: Decryption. The provided key is the same key used for encryption

AESOPX_2

2: Generate first round key required for decryption

AESOPX_3

3: Decryption. The provided key is the first round key required for decryption

Trait Implementations

impl Clone for AESOPX_A[src]

impl Copy for AESOPX_A[src]

impl Debug for AESOPX_A[src]

impl PartialEq<AESOPX_A> for AESOPX_A[src]

impl StructuralPartialEq for AESOPX_A[src]

Auto Trait Implementations

impl Send for AESOPX_A

impl Sync for AESOPX_A

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