Type Alias xmc4800::ppb::fpccr::MmrdyW

source ·
pub type MmrdyW<'a, REG> = BitWriter<'a, REG, Mmrdy>;
Expand description

Field MMRDY writer - MemManage Ready

Aliased Type§

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

Implementations§

source§

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

source

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

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 value2(self) -> &'a mut W<REG>

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