Struct embassy_stm32::peripherals::ADC3
source · pub struct ADC3 { /* private fields */ }
Expand description
ADC3 peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for ADC3
impl Peripheral for ADC3
source§impl RccPeripheral for ADC3
impl RccPeripheral for ADC3
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<ADC3> for PC0
impl AdcPin<ADC3> for PC1
impl AdcPin<ADC3> for PF10
impl AdcPin<ADC3> for PF6
impl AdcPin<ADC3> for PF7
impl AdcPin<ADC3> for PF8
impl AdcPin<ADC3> for PF9
impl Instance for ADC3
impl RccPeripheral for ADC3
Auto Trait Implementations§
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