Type Alias xmc4800::ppb::fpccr::MmrdyR

source ·
pub type MmrdyR = BitReader<Mmrdy>;
Expand description

Field MMRDY reader - MemManage Ready

Aliased Type§

struct MmrdyR { /* private fields */ }

Implementations§

source§

impl MmrdyR

source

pub const fn variant(&self) -> Mmrdy

Get enumerated values variant

source

pub fn is_value1(&self) -> bool

MemManage is disabled or priority did not permit setting the MemManage handler to the pending state when the floating-point stack frame was allocated.

source

pub fn is_value2(&self) -> bool

MemManage is enabled and priority permitted setting the MemManage handler to the pending state when the floating-point stack frame was allocated.