Type Alias PB10

Source
pub type PB10<Mode> = Pin<Gpiob, U<10>, Mode>;
Expand description

Pin PB10

Aliased Type§

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

Trait Implementations§

Source§

impl<Mode> IntoAf<1> for PB10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<15> for PB10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<3> for PB10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Mode> IntoAf<7> for PB10<Mode>

Source§

type AFR = AFRH

Associated AFR register
Source§

impl<Otype> TxPin<USART3> for PB10<AF7<Otype>>