Enum Invpc
pub enum Invpc {
_0 = 0,
_1 = 1,
}Expand description
Invalid PC load UsageFault, caused by an invalid PC load by EXC_RETURN
Value on reset: 0
Variants§
_0 = 0
0: no invalid PC load UsageFault
_1 = 1
1: the processor has attempted an illegal load of EXC_RETURN to the PC
Trait Implementations§
impl Copy for Invpc
impl Eq for Invpc
impl StructuralPartialEq for Invpc
Auto Trait Implementations§
impl Freeze for Invpc
impl RefUnwindSafe for Invpc
impl Send for Invpc
impl Sync for Invpc
impl Unpin for Invpc
impl UnwindSafe for Invpc
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