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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Converts to this type from the input type.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.