Type Alias PF0

Source
pub type PF0<Mode> = Pin<Gpiof, U<0>, Mode>;
Expand description

Pin PF0

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<4> for PF0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PF0<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl SdaPin<I2C2> for PF0<AF4<OpenDrain>>