Enum cortex_a::registers::SCTLR_EL1::NAA::Value[][src]

#[repr(u64)]
pub enum Value {
    Disable,
    Enable,
}
Expand description

Non-aligned access. This bit controls generation of Alignment faults at EL1 and EL0 under certain conditions.

LDAPR, LDAPRH, LDAPUR, LDAPURH, LDAPURSH, LDAPURSW, LDAR, LDARH, LDLAR, LDLARH, STLLR, STLLRH, STLR, STLRH, STLUR, and STLURH will or will not generate an Alignment fault if all bytes being accessed are not within a single 16-byte quantity, aligned to 16 bytes for accesses.

Variants

Disable
Enable

Trait Implementations

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

Performs the conversion.

Performs the conversion.

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.