pub struct Vref;
Expand description
Vref internal signal, used for calibration
Trait Implementations§
Source§impl Channel for Vref
impl Channel for Vref
fn set_sample_time(&mut self, adc: &ADC1, sample_time: SampleTime)
Auto Trait Implementations§
impl Freeze for Vref
impl RefUnwindSafe for Vref
impl Send for Vref
impl Sync for Vref
impl Unpin for Vref
impl UnwindSafe for Vref
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