Enum Tif1
pub enum Tif1 {
_0 = 0,
_1 = 1,
}Expand description
Channel 1 Timer Interrupt Flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Tif1
impl Eq for Tif1
impl StructuralPartialEq for Tif1
Auto Trait Implementations§
impl Freeze for Tif1
impl RefUnwindSafe for Tif1
impl Send for Tif1
impl Sync for Tif1
impl Unpin for Tif1
impl UnwindSafe for Tif1
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