Enum Monrdy
pub enum Monrdy {
_0 = 0,
_1 = 1,
}Expand description
Permission to set the MON_PEND when the floating-point stack frame was allocated.
Value on reset: 0
Variants§
_0 = 0
0: DebugMonitor is disabled or priority did not permit setting MON_PEND when the floating-point stack frame was allocated.
_1 = 1
1: DebugMonitor is enabled and priority permits setting MON_PEND when the floating-point stack frame was allocated.
Trait Implementations§
impl Copy for Monrdy
impl Eq for Monrdy
impl StructuralPartialEq for Monrdy
Auto Trait Implementations§
impl Freeze for Monrdy
impl RefUnwindSafe for Monrdy
impl Send for Monrdy
impl Sync for Monrdy
impl Unpin for Monrdy
impl UnwindSafe for Monrdy
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more