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