pub struct VddCore;Expand description
Core supply voltage channel.
Auto Trait Implementations§
impl Freeze for VddCore
impl RefUnwindSafe for VddCore
impl Send for VddCore
impl Sync for VddCore
impl Unpin for VddCore
impl UnsafeUnpin for VddCore
impl UnwindSafe for VddCore
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