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