Type Alias xmc4800::ppb::fpccr::LspenR

source ·
pub type LspenR = BitReader<Lspen>;
Expand description

Field LSPEN reader - Lazy State Preservation Enabled

Aliased Type§

struct LspenR { /* private fields */ }

Implementations§

source§

impl LspenR

source

pub const fn variant(&self) -> Lspen

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

Disable automatic lazy state preservation for floating-point context.

source

pub fn is_value2(&self) -> bool

Enable automatic lazy state preservation for floating-point context.