LspenW

Type Alias LspenW 

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

Field LSPEN writer - Lazy state preservation for floating-point context.

Aliased Type§

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

Implementations§

§

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

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

Disable automatic lazy state preservation for floating-point context.

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

Enable automatic lazy state preservation for floating-point context.