embassy-stm32

Crates

git

Versions

stm32g4a1re

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