[]Enum cortex_a::regs::ID_AA64MMFR0_EL1::PARange::Value

pub enum Value {
    Bits_32,
    Bits_36,
    Bits_40,
    Bits_42,
    Bits_44,
    Bits_48,
    Bits_52,
}

Physical Address range supported. Defined values are:

0000 32 bits, 4GiB. 0001 36 bits, 64GiB. 0010 40 bits, 1TiB. 0011 42 bits, 4TiB. 0100 44 bits, 16TiB. 0101 48 bits, 256TiB. 0110 52 bits, 4PiB.

All other values are reserved.

The value 0110 is permitted only if the implementation includes ARMv8.2-LPA, otherwise it is reserved.

Variants

Bits_32
Bits_36
Bits_40
Bits_42
Bits_44
Bits_48
Bits_52

Trait Implementations

impl TryFromValue<u64> for Value

type EnumType = Value

Auto Trait Implementations

impl Send for Value

impl Sync for Value

impl Unpin for Value

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.