[][src]Trait stm32f1xx_hal::pwm_input::PwmInputExt

pub trait PwmInputExt: Sized {
    fn pwm_input<PINS, T>(
        self,
        pins: PINS,
        apb: &mut APB1,
        mapr: &mut MAPR,
        dbg: &mut DBG,
        clocks: &Clocks,
        mode: Configuration<T>
    ) -> PwmInput<Self, PINS>
    where
        PINS: Pins<Self>,
        T: Into<Hertz>
; }

Required methods

fn pwm_input<PINS, T>(
    self,
    pins: PINS,
    apb: &mut APB1,
    mapr: &mut MAPR,
    dbg: &mut DBG,
    clocks: &Clocks,
    mode: Configuration<T>
) -> PwmInput<Self, PINS> where
    PINS: Pins<Self>,
    T: Into<Hertz>, 

Loading content...

Implementors

impl PwmInputExt for TIM2[src]

impl PwmInputExt for TIM3[src]

impl PwmInputExt for TIM4[src]

Loading content...