Type Alias PF9

Source
pub type PF9<Mode> = Pin<Gpiof, U<9>, Mode>;
Expand description

Pin PF9

Aliased Type§

pub struct PF9<Mode> { /* private fields */ }

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PF9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PF9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PF9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl SckPin<SPI2> for PF9<AF5<PushPull>>