Type Alias xmc4300::ppb::fpccr::LspenW

source ·
pub type LspenW<'a, REG> = BitWriter<'a, REG, Lspen>;
Expand description

Field LSPEN writer - Lazy State Preservation Enabled

Aliased Type§

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

Implementations§

source§

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

source

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

Disable automatic lazy state preservation for floating-point context.

source

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

Enable automatic lazy state preservation for floating-point context.