pub enum SBIFW {
Clear = 0,
}
Expand description
System Break interrupt flag
Value on reset: 0
Variants§
Clear = 0
0: Clear flag
Trait Implementations§
impl Copy for SBIFW
impl Eq for SBIFW
impl StructuralPartialEq for SBIFW
Auto Trait Implementations§
impl Freeze for SBIFW
impl RefUnwindSafe for SBIFW
impl Send for SBIFW
impl Sync for SBIFW
impl Unpin for SBIFW
impl UnwindSafe for SBIFW
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