Type Alias PF10

Source
pub type PF10<Mode> = Pin<Gpiof, U<10>, Mode>;
Expand description

Pin PF10

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PF10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PF10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<5> for PF10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

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