Enum Nocp
pub enum Nocp {
_0 = 0,
_1 = 1,
}Expand description
No coprocessor UsageFault. The processor does not support coprocessor instructions
Value on reset: 0
Variants§
_0 = 0
0: no UsageFault caused by attempting to access a coprocessor
_1 = 1
1: the processor has attempted to access a coprocessor
Trait Implementations§
impl Copy for Nocp
impl Eq for Nocp
impl StructuralPartialEq for Nocp
Auto Trait Implementations§
impl Freeze for Nocp
impl RefUnwindSafe for Nocp
impl Send for Nocp
impl Sync for Nocp
impl Unpin for Nocp
impl UnwindSafe for Nocp
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