AspenW

Type Alias AspenW 

pub type AspenW<'a, REG> = BitWriter<'a, REG, Aspen>;
Expand description

Field ASPEN writer - 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.

Aliased Type§

pub struct AspenW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> AspenW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Disable CONTROL2 setting on execution of a floating-point instruction.

pub fn _1(self) -> &'a mut W<REG>

Enable CONTROL2 setting on execution of a floating-point instruction.