Embassy
embassy-stm32

Crates

git

Versions

stm32g474me

Flavors

Trait embassy_stm32::adc::AdcChannel

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

ADC channel.

Provided Methods§

Object Safety§

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 PC0

source§

impl AdcChannel<ADC1> for PC1

source§

impl AdcChannel<ADC1> for PC2

source§

impl AdcChannel<ADC1> for PC3

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 PC0

source§

impl AdcChannel<ADC2> for PC1

source§

impl AdcChannel<ADC2> for PC2

source§

impl AdcChannel<ADC2> for PC3

source§

impl AdcChannel<ADC2> for PC4

source§

impl AdcChannel<ADC2> for PC5

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<ADC3> for PD10

source§

impl AdcChannel<ADC3> for PD11

source§

impl AdcChannel<ADC3> for PE7

source§

impl AdcChannel<ADC3> for PE8

source§

impl AdcChannel<ADC3> for PE9

source§

impl AdcChannel<ADC3> for PE10

source§

impl AdcChannel<ADC3> for PE11

source§

impl AdcChannel<ADC3> for PE12

source§

impl AdcChannel<ADC3> for PE13

source§

impl AdcChannel<ADC4> for PB12

source§

impl AdcChannel<ADC4> for PB14

source§

impl AdcChannel<ADC4> for PB15

source§

impl AdcChannel<ADC4> for PD8

source§

impl AdcChannel<ADC4> for PD9

source§

impl AdcChannel<ADC4> for PD10

source§

impl AdcChannel<ADC4> for PD11

source§

impl AdcChannel<ADC4> for PE8

source§

impl AdcChannel<ADC4> for PE10

source§

impl AdcChannel<ADC4> for PE11

source§

impl AdcChannel<ADC4> for PE12

source§

impl AdcChannel<ADC4> for PE14

source§

impl AdcChannel<ADC4> for PE15

source§

impl AdcChannel<ADC5> for PA8

source§

impl AdcChannel<ADC5> for PA9

source§

impl AdcChannel<ADC5> for PD8

source§

impl AdcChannel<ADC5> for PD9

source§

impl AdcChannel<ADC5> for PD10

source§

impl AdcChannel<ADC5> for PD11

source§

impl AdcChannel<ADC5> for PE8

source§

impl AdcChannel<ADC5> for PE10

source§

impl AdcChannel<ADC5> for PE11

source§

impl AdcChannel<ADC5> for PE12

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