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