pub struct ADC5 { /* private fields */ }
Expand description
ADC5 peripheral
Implementations§
Trait Implementations§
Source§impl Peripheral for ADC5
impl Peripheral for ADC5
Source§impl RccPeripheral for ADC5
impl RccPeripheral for ADC5
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl<'d> AdcPin<ADC5> for OpAmpInternalOutput<'d, OPAMP4>
impl<'d> AdcPin<ADC5> for OpAmpInternalOutput<'d, OPAMP5>
impl<'d> AdcPin<ADC5> for OpAmpOutput<'d, OPAMP5>
impl AdcPin<ADC5> for PA8
impl AdcPin<ADC5> for PA9
impl Instance for ADC5
impl RccPeripheral for ADC5
Auto Trait Implementations§
impl Freeze for ADC5
impl RefUnwindSafe for ADC5
impl Send for ADC5
impl Sync for ADC5
impl Unpin for ADC5
impl UnwindSafe for ADC5
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