Enum Bfhfnmign
pub enum Bfhfnmign {
_0 = 0,
_1 = 1,
}Expand description
Enables handlers with priority -1 or -2 to ignore data BusFaults caused by load and store instructions.
Value on reset: 0
Variants§
_0 = 0
0: data bus faults caused by load and store instructions cause a lock-up
_1 = 1
1: handlers running at priority -1 and -2 ignore data bus faults caused by load and store instructions
Trait Implementations§
impl Copy for Bfhfnmign
impl Eq for Bfhfnmign
impl StructuralPartialEq for Bfhfnmign
Auto Trait Implementations§
impl Freeze for Bfhfnmign
impl RefUnwindSafe for Bfhfnmign
impl Send for Bfhfnmign
impl Sync for Bfhfnmign
impl Unpin for Bfhfnmign
impl UnwindSafe for Bfhfnmign
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