Embassy
embassy-stm32

Crates

git

Versions

stm32l151zd

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 PB2

source§

impl AdcChannel<ADC1> for PB12

source§

impl AdcChannel<ADC1> for PB13

source§

impl AdcChannel<ADC1> for PB14

source§

impl AdcChannel<ADC1> for PB15

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 PE7

source§

impl AdcChannel<ADC1> for PE8

source§

impl AdcChannel<ADC1> for PE9

source§

impl AdcChannel<ADC1> for PE10

source§

impl AdcChannel<ADC1> for PF6

source§

impl AdcChannel<ADC1> for PF7

source§

impl AdcChannel<ADC1> for PF8

source§

impl AdcChannel<ADC1> for PF9

source§

impl AdcChannel<ADC1> for PF10

source§

impl AdcChannel<ADC1> for PF11

source§

impl AdcChannel<ADC1> for PF12

source§

impl AdcChannel<ADC1> for PF13

source§

impl AdcChannel<ADC1> for PF14

source§

impl AdcChannel<ADC1> for PF15

source§

impl AdcChannel<ADC1> for PG0

source§

impl AdcChannel<ADC1> for PG1

source§

impl AdcChannel<ADC1> for PG2

source§

impl AdcChannel<ADC1> for PG3

source§

impl AdcChannel<ADC1> for PG4

source§

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

source§

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

source§

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