pub struct ADC4 { /* private fields */ }Expand description
ADC4 peripheral
Implementations§
Trait Implementations§
Source§impl<'d> AdcChannel<'d, ADC4> for Peri<'d, PB12>
impl<'d> AdcChannel<'d, ADC4> for Peri<'d, PB12>
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<'d> AdcChannel<'d, ADC4> for Peri<'d, PB14>
impl<'d> AdcChannel<'d, ADC4> for Peri<'d, PB14>
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<'d> AdcChannel<'d, ADC4> for Peri<'d, PB15>
impl<'d> AdcChannel<'d, ADC4> for Peri<'d, PB15>
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<'d> AdcChannel<'d, ADC4> for OpAmpOutput<'d, OPAMP4>
impl<'d> AdcChannel<'d, ADC4> for OpAmpOutput<'d, OPAMP4>
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.
impl Copy for ADC4
impl PeripheralType for ADC4
impl RccPeripheral for ADC4
Auto Trait Implementations§
impl Freeze for ADC4
impl RefUnwindSafe for ADC4
impl Send for ADC4
impl Sync for ADC4
impl Unpin for ADC4
impl UnsafeUnpin for ADC4
impl UnwindSafe for ADC4
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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