Struct embassy_stm32::adc::Vbat
source · pub struct Vbat;
Expand description
Internal battery voltage channel.
Trait Implementations§
impl<T: Instance> InternalChannel<T> for Vbat
Auto Trait Implementations§
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