Struct embassy_stm32::peripherals::ADC1
source · pub struct ADC1 { /* private fields */ }
Expand description
ADC1 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ADC1
impl Peripheral for ADC1
source§impl RccPeripheral for ADC1
impl RccPeripheral for ADC1
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<ADC1> for PA0
impl AdcPin<ADC1> for PA1
impl AdcPin<ADC1> for PA2
impl AdcPin<ADC1> for PA3
impl AdcPin<ADC1> for PA4
impl AdcPin<ADC1> for PA5
impl AdcPin<ADC1> for PA6
impl AdcPin<ADC1> for PA7
impl AdcPin<ADC1> for PB0
impl AdcPin<ADC1> for PB1
impl Instance for ADC1
impl RccPeripheral for ADC1
Auto Trait Implementations§
impl Freeze for ADC1
impl RefUnwindSafe for ADC1
impl Send for ADC1
impl Sync for ADC1
impl Unpin for ADC1
impl UnwindSafe for ADC1
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