MmrdyW

Type Alias MmrdyW 

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

Field MMRDY writer - Permission to set the MemManage handler to the pending state when the floating-point stack frame was allocated.

Aliased Type§

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

Implementations§

§

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

pub fn _0(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.

pub fn _1(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.