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