[][src]Trait stm32f1xx_hal::pwm::PwmExt

pub trait PwmExt: Sized {
    fn pwm<PINS, T>(
        self,
        _: PINS,
        mapr: &mut MAPR,
        frequency: T,
        clocks: Clocks,
        apb: &mut APB1
    ) -> PINS::Channels
    where
        PINS: Pins<Self>,
        T: Into<Hertz>
; }

Required methods

fn pwm<PINS, T>(
    self,
    _: PINS,
    mapr: &mut MAPR,
    frequency: T,
    clocks: Clocks,
    apb: &mut APB1
) -> PINS::Channels where
    PINS: Pins<Self>,
    T: Into<Hertz>, 

Loading content...

Implementors

impl PwmExt for TIM2[src]

impl PwmExt for TIM3[src]

impl PwmExt for TIM4[src]

Loading content...