Enum Invstate
pub enum Invstate {
_0 = 0,
_1 = 1,
}Expand description
Invalid state UsageFault
Value on reset: 0
Variants§
_0 = 0
0: no invalid state UsageFault
_1 = 1
1: the processor has attempted to execute an instruction that makes illegal use of the EPSR
Trait Implementations§
impl Copy for Invstate
impl Eq for Invstate
impl StructuralPartialEq for Invstate
Auto Trait Implementations§
impl Freeze for Invstate
impl RefUnwindSafe for Invstate
impl Send for Invstate
impl Sync for Invstate
impl Unpin for Invstate
impl UnwindSafe for Invstate
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