Type Alias xmc4800::ppb::fpccr::AspenW

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

Field ASPEN writer - Automatic State Preservation

Aliased Type§

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

Implementations§

source§

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

source

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

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

source

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

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