embassy-stm32

Crates

git

Versions

stm32l151qe

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