MonrdyW

Type Alias MonrdyW 

pub type MonrdyW<'a, REG> = BitWriter<'a, REG, Monrdy>;
Expand description

Field MONRDY writer - Permission to set the MON_PEND when the floating-point stack frame was allocated.

Aliased Type§

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

Implementations§

§

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

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

DebugMonitor is disabled or priority did not permit setting MON_PEND when the floating-point stack frame was allocated.

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

DebugMonitor is enabled and priority permits setting MON_PEND when the floating-point stack frame was allocated.