embassy-stm32

Crates

git

Versions

stm32h750ib

Flavors

embassy_stm32::adc

Trait AdcChannel

Source
pub trait AdcChannel<T>: SealedAdcChannel<T> + Sized {
    // Provided method
    fn degrade_adc(self) -> AnyAdcChannel<T> { ... }
}
Expand description

ADC channel.

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl AdcChannel<ADC1> for PA0

Source§

impl AdcChannel<ADC1> for PA1

Source§

impl AdcChannel<ADC1> for PA2

Source§

impl AdcChannel<ADC1> for PA3

Source§

impl AdcChannel<ADC1> for PA4

Source§

impl AdcChannel<ADC1> for PA5

Source§

impl AdcChannel<ADC1> for PA6

Source§

impl AdcChannel<ADC1> for PA7

Source§

impl AdcChannel<ADC1> for PB0

Source§

impl AdcChannel<ADC1> for PB1

Source§

impl AdcChannel<ADC1> for PC0

Source§

impl AdcChannel<ADC1> for PC1

Source§

impl AdcChannel<ADC1> for PC4

Source§

impl AdcChannel<ADC1> for PC5

Source§

impl AdcChannel<ADC1> for PF11

Source§

impl AdcChannel<ADC1> for PF12

Source§

impl AdcChannel<ADC2> for PA2

Source§

impl AdcChannel<ADC2> for PA3

Source§

impl AdcChannel<ADC2> for PA4

Source§

impl AdcChannel<ADC2> for PA5

Source§

impl AdcChannel<ADC2> for PA6

Source§

impl AdcChannel<ADC2> for PA7

Source§

impl AdcChannel<ADC2> for PB0

Source§

impl AdcChannel<ADC2> for PB1

Source§

impl AdcChannel<ADC2> for PC0

Source§

impl AdcChannel<ADC2> for PC1

Source§

impl AdcChannel<ADC2> for PC4

Source§

impl AdcChannel<ADC2> for PC5

Source§

impl AdcChannel<ADC2> for PF13

Source§

impl AdcChannel<ADC2> for PF14

Source§

impl AdcChannel<ADC3> for PC0

Source§

impl AdcChannel<ADC3> for PC1

Source§

impl AdcChannel<ADC3> for PF3

Source§

impl AdcChannel<ADC3> for PF4

Source§

impl AdcChannel<ADC3> for PF5

Source§

impl AdcChannel<ADC3> for PF6

Source§

impl AdcChannel<ADC3> for PF7

Source§

impl AdcChannel<ADC3> for PF8

Source§

impl AdcChannel<ADC3> for PF9

Source§

impl AdcChannel<ADC3> for PF10

Source§

impl AdcChannel<ADC3> for PH2

Source§

impl AdcChannel<ADC3> for PH3

Source§

impl AdcChannel<ADC3> for PH4

Source§

impl AdcChannel<ADC3> for PH5

Source§

impl<'d> AdcChannel<ADC1> for OpAmpOutput<'d, OPAMP1>

Source§

impl<'d> AdcChannel<ADC2> for OpAmpOutput<'d, OPAMP2>

Source§

impl<T: Instance> AdcChannel<T> for AnyAdcChannel<T>

Source§

impl<T: Instance> AdcChannel<T> for Temperature

Source§

impl<T: Instance> AdcChannel<T> for Vbat

Source§

impl<T: Instance> AdcChannel<T> for VrefInt