pub enum MODFIE {
Masked = 0,
NotMasked = 1,
}Expand description
mode Fault interrupt enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for MODFIE
impl Eq for MODFIE
impl StructuralPartialEq for MODFIE
Auto Trait Implementations§
impl Freeze for MODFIE
impl RefUnwindSafe for MODFIE
impl Send for MODFIE
impl Sync for MODFIE
impl Unpin for MODFIE
impl UnwindSafe for MODFIE
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