Type Alias PB9

Source
pub type PB9<Mode> = Pin<Gpiob, U<9>, Mode>;
Expand description

Pin PB9

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<10> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<2> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<4> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<6> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<8> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<9> for PB9<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl SdaPin<I2C1> for PB9<AF4<OpenDrain>>

Source§

impl TxPin for PB9<AF9<PushPull>>

Available on crate feature can only.