[][src]Trait stm32f1xx_hal::pwm_input::Pins

pub trait Pins<REMAP> { }

Implementors

impl<TIM, REMAP, P1, P2> Pins<REMAP> for (P1, P2) where
    REMAP: Remap<Periph = TIM>,
    P1: Ch1<REMAP> + Mode<Input<Floating>>,
    P2: Ch2<REMAP> + Mode<Input<Floating>>, 
[src]

Loading content...