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