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