pub struct TCR { /* private fields */ }
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.
Implementations§
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