Struct embassy_stm32::peripherals::ADC2
source · pub struct ADC2 { /* private fields */ }
Expand description
ADC2 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ADC2
impl Peripheral for ADC2
source§impl RccPeripheral for ADC2
impl RccPeripheral for ADC2
fn frequency() -> Hertz
fn enable_and_reset_with_cs(_cs: CriticalSection<'_>)
fn disable_with_cs(_cs: CriticalSection<'_>)
fn enable_and_reset()
fn disable()
impl AdcPin<ADC2> for PA0
impl AdcPin<ADC2> for PA1
impl AdcPin<ADC2> for PA2
impl AdcPin<ADC2> for PA3
impl AdcPin<ADC2> for PA4
impl AdcPin<ADC2> for PA5
impl AdcPin<ADC2> for PA6
impl AdcPin<ADC2> for PA7
impl AdcPin<ADC2> for PB0
impl AdcPin<ADC2> for PB1
impl Instance for ADC2
impl RccPeripheral for ADC2
Auto Trait Implementations§
impl Freeze for ADC2
impl RefUnwindSafe for ADC2
impl Send for ADC2
impl Sync for ADC2
impl Unpin for ADC2
impl UnwindSafe for ADC2
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