pub struct TCSR { /* private fields */ }Expand description
Timer Control Status Register
Implementations§
Auto Trait Implementations§
impl !Freeze for TCSR
impl !RefUnwindSafe for TCSR
impl Send for TCSR
impl !Sync for TCSR
impl Unpin for TCSR
impl UnwindSafe for TCSR
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