Enum Preciserr
pub enum Preciserr {
_0 = 0,
_1 = 1,
}Expand description
Precise data bus error
Value on reset: 0
Variants§
_0 = 0
0: no precise data bus error
_1 = 1
1: a data bus error has occurred, and the PC value stacked for the exception return points to the instruction that caused the fault
Trait Implementations§
impl Copy for Preciserr
impl Eq for Preciserr
impl StructuralPartialEq for Preciserr
Auto Trait Implementations§
impl Freeze for Preciserr
impl RefUnwindSafe for Preciserr
impl Send for Preciserr
impl Sync for Preciserr
impl Unpin for Preciserr
impl UnwindSafe for Preciserr
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