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