PB11

Type Alias PB11 

Source
pub type PB11<MODE> = Pin<MODE, H8, 'B', 11>;

Aliased Type§

pub struct PB11<MODE> { /* private fields */ }

Trait Implementations§

Source§

impl NCSPin<QUADSPI> for PB11<Alternate<PushPull, 10>>

Source§

fn set_speed(self, speed: Speed) -> Self

Source§

impl<OTYPE> Pins<TIM2> for PB11<Alternate<OTYPE, 1>>

Source§

const C4: bool = true

Source§

type Channels = Pwm<TIM2, C4>

Source§

const C1: bool = false

Source§

const C2: bool = false

Source§

const C3: bool = false

Source§

impl RxPin<USART3> for PB11<Alternate<PushPull, 7>>