Enum Aspen
pub enum Aspen {
_0 = 0,
_1 = 1,
}Expand description
Enables CONTROL2 setting on execution of a floating-point instruction. This results in automatic hardware state preservation and restoration, for floating-point context, on exception entry and exit.
Value on reset: 1
Variants§
_0 = 0
0: Disable CONTROL2 setting on execution of a floating-point instruction.
_1 = 1
1: Enable CONTROL2 setting on execution of a floating-point instruction.
Trait Implementations§
impl Copy for Aspen
impl Eq for Aspen
impl StructuralPartialEq for Aspen
Auto Trait Implementations§
impl Freeze for Aspen
impl RefUnwindSafe for Aspen
impl Send for Aspen
impl Sync for Aspen
impl Unpin for Aspen
impl UnwindSafe for Aspen
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more