Trait 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 PA1<Input>

Source§

impl AlternateVeryHighSpeed for PA7<Input>

Source§

impl AlternateVeryHighSpeed for PB11<Input>

Source§

impl AlternateVeryHighSpeed for PB12<Input>

Source§

impl AlternateVeryHighSpeed for PB13<Input>

Source§

impl AlternateVeryHighSpeed for PC4<Input>

Source§

impl AlternateVeryHighSpeed for PC5<Input>

Source§

impl AlternateVeryHighSpeed for PG11<Input>

Source§

impl AlternateVeryHighSpeed for PG13<Input>

Source§

impl AlternateVeryHighSpeed for PG14<Input>

Implementors§