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