Embassy
embassy-stm32

Crates

git

Versions

stm32h563ai

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 PF11

source§

impl AdcChannel<ADC1> for PF12

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<ADC2> for PF13

source§

impl AdcChannel<ADC2> for PF14

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 VddCore

source§

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