#[repr(transparent)]pub struct Tc(pub u32);Expand description
Timer Counter. The 32 bit TC is incremented every PR+1 cycles of the APB bus clock. The TC is controlled through the TCR.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tc
impl Eq for Tc
impl StructuralPartialEq for Tc
Auto Trait Implementations§
impl Freeze for Tc
impl RefUnwindSafe for Tc
impl Send for Tc
impl Sync for Tc
impl Unpin for Tc
impl UnwindSafe for Tc
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