[][src]Enum atsame70j20b::aes::aes_isr::URAT_A

#[repr(u8)]pub enum URAT_A {
    IDR_WR_PROCESSING,
    ODR_RD_PROCESSING,
    MR_WR_PROCESSING,
    ODR_RD_SUBKGEN,
    MR_WR_SUBKGEN,
    WOR_RD_ACCESS,
}

Unspecified Register Access (cleared by writing SWRST in AES_CR)

Value on reset: 0

Variants

IDR_WR_PROCESSING

0: Input Data Register written during the data processing when SMOD = 0x2 mode.

ODR_RD_PROCESSING

1: Output Data Register read during the data processing.

MR_WR_PROCESSING

2: Mode Register written during the data processing.

ODR_RD_SUBKGEN

3: Output Data Register read during the sub-keys generation.

MR_WR_SUBKGEN

4: Mode Register written during the sub-keys generation.

WOR_RD_ACCESS

5: Write-only register read access.

Trait Implementations

impl Clone for URAT_A[src]

impl Copy for URAT_A[src]

impl Debug for URAT_A[src]

impl From<URAT_A> for u8[src]

impl PartialEq<URAT_A> for URAT_A[src]

impl StructuralPartialEq for URAT_A[src]

Auto Trait Implementations

impl Send for URAT_A

impl Sync for URAT_A

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