pub struct HSI48CAL_R(/* private fields */);Expand description
Field HSI48CAL reader - HSI48 clock calibration
Methods from Deref<Target = FieldReader<u16, u16>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HSI48CAL_R
impl RefUnwindSafe for HSI48CAL_R
impl Send for HSI48CAL_R
impl Sync for HSI48CAL_R
impl Unpin for HSI48CAL_R
impl UnwindSafe for HSI48CAL_R
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