[][src]Struct alt_stm32f30x_hal::gpio::AF2

pub struct AF2;

AF2

Trait Implementations

impl AltFnNum for AF2[src]

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF2> for PA6<PT, PM>[src]

type OutputPin = PA6<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH1, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH2, CM>, AF2> for PA7<PT, PM>[src]

type OutputPin = PA7<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH2, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF2> for PC6<PT, PM>[src]

type OutputPin = PC6<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH1, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH2, CM>, AF2> for PC7<PT, PM>[src]

type OutputPin = PC7<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH2, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PC8<PT, PM>[src]

type OutputPin = PC8<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH3, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PC9<PT, PM>[src]

type OutputPin = PC9<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH4, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PB0<PT, PM>[src]

type OutputPin = PB0<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH3, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PB1<PT, PM>[src]

type OutputPin = PB1<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH4, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH1, CM>, AF2> for PB6<PT, PM>[src]

type OutputPin = PB6<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH1, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH2, CM>, AF2> for PB7<PT, PM>[src]

type OutputPin = PB7<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH2, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH3, CM>, AF2> for PB8<PT, PM>[src]

type OutputPin = PB8<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH3, Pwm1>>

binding

impl<SP: OutputSpeed, PT: PullType, PM: PinMode, CM: ChMode> PwmExt<SP, Channel<CH4, CM>, AF2> for PB9<PT, PM>[src]

type OutputPin = PB9<PT, AltFn<AF2, PushPull, SP>>

type

type Output = PwmBinding<Self::OutputPin, Channel<CH4, Pwm1>>

binding

Auto Trait Implementations

impl Send for AF2

impl Sync for AF2

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

type Output = T

Should always be Self