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