Docs.rs
  • stm32-eth-0.5.1
    • stm32-eth 0.5.1
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • astro
    • datdenkikniet
    • Dependencies
      • aligned ^0.4 normal
      • cortex-m ^0.7 normal
      • defmt ^0.3 normal
      • futures ^0.3 normal
      • ieee802_3_miim ^0.8 normal
      • log ^0.4 normal
      • smoltcp ^0.10 normal
      • stm32f1xx-hal ^0.10 normal
      • stm32f4 ^0.15 normal
      • stm32f4xx-hal ^0.14 normal
      • stm32f7xx-hal ^0.7.0 normal
      • volatile-register ^0.2 normal
      • rtic ^2 dev
      • cortex-m ^0.7 dev
      • cortex-m-rt ^0.7 dev
      • defmt-rtt ^0.4 dev
      • fugit ^0.3 dev
      • panic-probe ^0.3 dev
      • cortex-m-rtic ^1.0 dev
      • rtic-sync ^1.0 dev
      • smoltcp ^0.10 dev
      • systick-monotonic ^1.0 dev
    • 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
logo

logo

AlternateVeryHighSpeed

Required Methods

  • into_af11_very_high_speed

Implementations on Foreign Types

  • PA1<Input>
  • PA7<Input>
  • PB11<Input>
  • PB12<Input>
  • PB13<Input>
  • PC4<Input>
  • PC5<Input>
  • PG11<Input>
  • PG13<Input>
  • PG14<Input>

Implementors

In stm32_eth::setup

?
Change settings

Trait stm32_eth::setup::AlternateVeryHighSpeed

source ·
pub trait AlternateVeryHighSpeed {
    // Required method
    fn into_af11_very_high_speed(self);
}
Expand description

Trait needed to setup the pins for the Ethernet peripheral.

Required Methods§

source

fn into_af11_very_high_speed(self)

Puts the pin in the Alternate Function 11 with Very High Speed.

Implementations on Foreign Types§

source§

impl AlternateVeryHighSpeed for PC5<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PC4<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PB13<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PA7<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PG13<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PB12<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PB11<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PG14<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PG11<Input>

source§

fn into_af11_very_high_speed(self)

source§

impl AlternateVeryHighSpeed for PA1<Input>

source§

fn into_af11_very_high_speed(self)

Implementors§