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