[][src]Trait stm32l1xx_hal::pwm::PwmExt

pub trait PwmExt: Sized {
    fn pwm<PINS, T>(
        self,
        _: PINS,
        frequency: T,
        rcc: &mut Rcc
    ) -> PINS::Channels
    where
        PINS: Pins<Self>,
        T: Into<Hertz>
; }

Required methods

fn pwm<PINS, T>(self, _: PINS, frequency: T, rcc: &mut Rcc) -> PINS::Channels where
    PINS: Pins<Self>,
    T: Into<Hertz>, 

Loading content...

Implementors

impl PwmExt for TIM10[src]

impl PwmExt for TIM11[src]

impl PwmExt for TIM2[src]

impl PwmExt for TIM3[src]

impl PwmExt for TIM4[src]

impl PwmExt for TIM5[src]

Loading content...