embassy-stm32

Crates

git

Versions

stm32g474cc

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 PB0

Source§

impl AdcChannel<ADC1> for PB1

Source§

impl AdcChannel<ADC1> for PB11

Source§

impl AdcChannel<ADC1> for PB12

Source§

impl AdcChannel<ADC1> for PB14

Source§

impl AdcChannel<ADC1> for PF0

Source§

impl AdcChannel<ADC2> for PA0

Source§

impl AdcChannel<ADC2> for PA1

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 PB2

Source§

impl AdcChannel<ADC2> for PB11

Source§

impl AdcChannel<ADC2> for PB15

Source§

impl AdcChannel<ADC2> for PC4

Source§

impl AdcChannel<ADC2> for PF1

Source§

impl AdcChannel<ADC3> for PB0

Source§

impl AdcChannel<ADC3> for PB1

Source§

impl AdcChannel<ADC3> for PB13

Source§

impl AdcChannel<ADC4> for PB12

Source§

impl AdcChannel<ADC4> for PB14

Source§

impl AdcChannel<ADC4> for PB15

Source§

impl AdcChannel<ADC5> for PA8

Source§

impl AdcChannel<ADC5> for PA9

Source§

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

Source§

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

Source§

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

Source§

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

Source§

impl<'d> AdcChannel<ADC2> for OpAmpInternalOutput<'d, OPAMP3>

Source§

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

Source§

impl<'d> AdcChannel<ADC3> for OpAmpInternalOutput<'d, OPAMP3>

Source§

impl<'d> AdcChannel<ADC3> for OpAmpInternalOutput<'d, OPAMP6>

Source§

impl<'d> AdcChannel<ADC3> for OpAmpOutput<'d, OPAMP3>

Source§

impl<'d> AdcChannel<ADC4> for OpAmpInternalOutput<'d, OPAMP6>

Source§

impl<'d> AdcChannel<ADC4> for OpAmpOutput<'d, OPAMP4>

Source§

impl<'d> AdcChannel<ADC5> for OpAmpInternalOutput<'d, OPAMP4>

Source§

impl<'d> AdcChannel<ADC5> for OpAmpInternalOutput<'d, OPAMP5>

Source§

impl<'d> AdcChannel<ADC5> for OpAmpOutput<'d, OPAMP5>

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