Type Alias xmc4800::ppb::fpccr::LspactW

source ·
pub type LspactW<'a, REG> = BitWriter<'a, REG, Lspact>;
Expand description

Field LSPACT writer - Lazy State Preservation Active

Aliased Type§

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

Implementations§

source§

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

source

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

Lazy state preservation is not active.

source

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

Lazy state preservation is active. floating-point stack frame has been allocated but saving state to it has been deferred.