pub struct ADC3 { /* private fields */ }
Expand description
ADC3 peripheral
Implementations§
Trait Implementations§
Source§impl<'d> AdcChannel<ADC3> for OpAmpOutput<'d, OPAMP3>
impl<'d> AdcChannel<ADC3> for OpAmpOutput<'d, OPAMP3>
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl AdcChannel<ADC3> for PB0
impl AdcChannel<ADC3> for PB0
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl AdcChannel<ADC3> for PB1
impl AdcChannel<ADC3> for PB1
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl AdcChannel<ADC3> for PB13
impl AdcChannel<ADC3> for PB13
fn degrade_adc(self) -> AnyAdcChannel<T>
Source§impl Peripheral for ADC3
impl Peripheral for ADC3
impl RccPeripheral for ADC3
Auto Trait Implementations§
impl Freeze for ADC3
impl RefUnwindSafe for ADC3
impl Send for ADC3
impl Sync for ADC3
impl Unpin for ADC3
impl UnwindSafe for ADC3
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