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