embassy-stm32

Crates

git

Versions

stm32h562rg

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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