Trait stm32f103xx_hal::pwm::PwmExt [] [src]

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

Implementations on Foreign Types

impl PwmExt for TIM2
[src]

[src]

impl PwmExt for TIM3
[src]

[src]

impl PwmExt for TIM4
[src]

[src]

Implementors