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 */ }