Enum Stkerr
pub enum Stkerr {
_0 = 0,
_1 = 1,
}Expand description
BusFault on stacking for exception entry
Value on reset: 0
Variants§
_0 = 0
0: no stacking fault
_1 = 1
1: stacking for an exception entry has caused one or more BusFaults
Trait Implementations§
impl Copy for Stkerr
impl Eq for Stkerr
impl StructuralPartialEq for Stkerr
Auto Trait Implementations§
impl Freeze for Stkerr
impl RefUnwindSafe for Stkerr
impl Send for Stkerr
impl Sync for Stkerr
impl Unpin for Stkerr
impl UnwindSafe for Stkerr
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