pub struct CTRL { /* private fields */ }
Expand description
SysTick control and status register
Implementations§
Auto Trait Implementations§
impl !Freeze for CTRL
impl !RefUnwindSafe for CTRL
impl Send for CTRL
impl !Sync for CTRL
impl Unpin for CTRL
impl UnwindSafe for CTRL
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