pub enum VectorBaseAddressRegister {}
Available on ARM only.
Expand description

Contains the address of the VectorTable that the processor should use.

Implementations§

Retrieve the current value of this register for the specified exception level.

Only defined for exception levels 1–3. The register for a given exception level is only accessible from that level or higher.

Update the register for the specified exception level with the given value.

Address must be aligned to 11 bits (2048).

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.