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