AspenR

Type Alias AspenR 

pub type AspenR = BitReader<Aspen>;
Expand description

Field ASPEN reader - 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 AspenR { /* private fields */ }

Implementations§

§

impl AspenR

pub const fn variant(&self) -> Aspen

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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