Docs.rs
  • embassy-stm32-0.1.0
    • embassy-stm32 0.1.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Documentation
    • Repository
    • crates.io
    • Source
    • Owners
    • Dirbaio
    • github:embassy-rs:crates-io
    • Dependencies
      • bit_field ^0.10.2 normal
      • bxcan ^0.7.0 normal
      • cfg-if ^1.0.0 normal
      • chrono ^0.4 normal
      • cortex-m ^0.7.6 normal
      • cortex-m-rt >=0.6.15, <0.8 normal
      • critical-section ^1.1 normal
      • defmt ^0.3 normal
      • document-features ^0.2.7 normal
      • embassy-embedded-hal ^0.1.0 normal
      • embassy-executor ^0.5.0 normal
      • embassy-futures ^0.1.0 normal
      • embassy-hal-internal ^0.1.0 normal
      • embassy-net-driver ^0.2.0 normal
      • embassy-sync ^0.5.0 normal
      • embassy-time ^0.3.0 normal
      • embassy-time-driver ^0.1 normal
      • embassy-usb-driver ^0.1.0 normal
      • embedded-hal ^0.2.6 normal
      • embedded-hal ^1.0 normal
      • embedded-hal-async ^1.0 normal
      • embedded-hal-nb ^1.0 normal
      • embedded-io ^0.6.0 normal
      • embedded-io-async ^0.6.1 normal
      • embedded-storage ^0.3.1 normal
      • embedded-storage-async ^0.4.1 normal
      • futures ^0.3.17 normal
      • log ^0.4.14 normal
      • nb ^1.0.0 normal
      • rand_core ^0.6.3 normal
      • sdio-host ^0.5.0 normal
      • stm32-fmc ^0.3.0 normal
      • stm32-metapac ^15 normal
      • vcell ^0.1.3 normal
      • critical-section ^1.1 dev
      • proc-macro2 ^1.0.36 build
      • quote ^1.0.15 build
      • stm32-metapac ^15 build
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

embassy_stm320.1.0

AdcPin

Implementors

In embassy_stm32::adc

?
Change settings

Trait embassy_stm32::adc::AdcPin

source ·
pub trait AdcPin<T: Instance>: AdcPin<T> { }
Expand description

ADC pin.

Implementors§

source§

impl AdcPin<ADC1> for PA0

source§

impl AdcPin<ADC1> for PA1

source§

impl AdcPin<ADC1> for PA2

source§

impl AdcPin<ADC1> for PA3

source§

impl AdcPin<ADC1> for PA4

source§

impl AdcPin<ADC1> for PA5

source§

impl AdcPin<ADC1> for PA6

source§

impl AdcPin<ADC1> for PA7

source§

impl AdcPin<ADC1> for PB0

source§

impl AdcPin<ADC1> for PB1

source§

impl AdcPin<ADC1> for PC0

source§

impl AdcPin<ADC1> for PC1

source§

impl AdcPin<ADC1> for PC4

source§

impl AdcPin<ADC1> for PC5

source§

impl AdcPin<ADC1> for PF11

source§

impl AdcPin<ADC2> for PA2

source§

impl AdcPin<ADC2> for PA3

source§

impl AdcPin<ADC2> for PA4

source§

impl AdcPin<ADC2> for PA5

source§

impl AdcPin<ADC2> for PA6

source§

impl AdcPin<ADC2> for PA7

source§

impl AdcPin<ADC2> for PB0

source§

impl AdcPin<ADC2> for PB1

source§

impl AdcPin<ADC2> for PC0

source§

impl AdcPin<ADC2> for PC1

source§

impl AdcPin<ADC2> for PC4

source§

impl AdcPin<ADC2> for PC5

source§

impl AdcPin<ADC2> for PF14

source§

impl AdcPin<ADC3> for PC0

source§

impl AdcPin<ADC3> for PC1

source§

impl AdcPin<ADC3> for PF6

source§

impl AdcPin<ADC3> for PF7

source§

impl AdcPin<ADC3> for PF8

source§

impl AdcPin<ADC3> for PF9

source§

impl AdcPin<ADC3> for PF10