pub struct Vbat;Expand description
Backup battery voltage channel (VBAT divided by 2, 3 or 4 depending on the chip).
Auto Trait Implementations§
impl Freeze for Vbat
impl RefUnwindSafe for Vbat
impl Send for Vbat
impl Sync for Vbat
impl Unpin for Vbat
impl UnsafeUnpin for Vbat
impl UnwindSafe for Vbat
Blanket Implementations§
Source§impl<'d, C, T> AdcChannel<'d, T> for Cwhere
C: SpecialChannel,
T: Instance + ConverterFor<C>,
impl<'d, C, T> AdcChannel<'d, T> for Cwhere
C: SpecialChannel,
T: Instance + ConverterFor<C>,
Source§fn degrade_adc(self) -> BorrowedAdcChannel<'d, T>
fn degrade_adc(self) -> BorrowedAdcChannel<'d, T>
Type-erase the channel. The pin (if any) is configured for the ADC once, here.
Source§fn reborrow_adc<'a>(&'a mut self) -> BorrowedAdcChannel<'a, T>
fn reborrow_adc<'a>(&'a mut self) -> BorrowedAdcChannel<'a, T>
Borrow the channel, type-erased. The pin (if any) is configured for the ADC.
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