#[repr(transparent)]pub struct Tcr(pub u32);Expand description
Timer Control Register. The TCR is used to control the Timer Counter functions. The Timer Counter can be disabled or reset through the TCR.
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tcr
impl Eq for Tcr
impl StructuralPartialEq for Tcr
Auto Trait Implementations§
impl Freeze for Tcr
impl RefUnwindSafe for Tcr
impl Send for Tcr
impl Sync for Tcr
impl Unpin for Tcr
impl UnwindSafe for Tcr
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