pub enum SYSFLTR {
NoEvent = 0,
Event = 1,
}
Expand description
System Fault Interrupt Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for SYSFLTR
impl Eq for SYSFLTR
impl StructuralPartialEq for SYSFLTR
Auto Trait Implementations§
impl Freeze for SYSFLTR
impl RefUnwindSafe for SYSFLTR
impl Send for SYSFLTR
impl Sync for SYSFLTR
impl Unpin for SYSFLTR
impl UnwindSafe for SYSFLTR
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