#[repr(C)]pub struct VrefCal(/* private fields */);
Expand description
ADC VREF calibration value is stored in at the factory
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VrefCal
impl RefUnwindSafe for VrefCal
impl Send for VrefCal
impl Sync for VrefCal
impl Unpin for VrefCal
impl UnwindSafe for VrefCal
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