Embassy
embassy-stm32

Crates

git

Versions

stm32f417ig

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 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 PC2

source§

impl AdcChannel<ADC1> for PC3

source§

impl AdcChannel<ADC1> for PC4

source§

impl AdcChannel<ADC1> for PC5

source§

impl AdcChannel<ADC1> for Temperature

source§

impl AdcChannel<ADC1> for Vbat

source§

impl AdcChannel<ADC1> for VrefInt

source§

impl AdcChannel<ADC2> for PA0

source§

impl AdcChannel<ADC2> for PA1

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 PC2

source§

impl AdcChannel<ADC2> for PC3

source§

impl AdcChannel<ADC2> for PC4

source§

impl AdcChannel<ADC2> for PC5

source§

impl AdcChannel<ADC3> for PA0

source§

impl AdcChannel<ADC3> for PA1

source§

impl AdcChannel<ADC3> for PA2

source§

impl AdcChannel<ADC3> for PA3

source§

impl AdcChannel<ADC3> for PC0

source§

impl AdcChannel<ADC3> for PC1

source§

impl AdcChannel<ADC3> for PC2

source§

impl AdcChannel<ADC3> for PC3

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<T: Instance> AdcChannel<T> for AnyAdcChannel<T>