Type Alias PF1

Source
pub type PF1<Mode> = Pin<Gpiof, U<1>, Mode>;
Expand description

Pin PF1

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<4> for PF1<Mode>

Source§

type AFR = AFRL

Associated AFR register
Source§

impl SclPin<I2C2> for PF1<AF4<OpenDrain>>