[][src]Trait stm32g0xx_hal::pwm::PwmExt

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

Required methods

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

Loading content...

Implementors

impl PwmExt for TIM1[src]

impl PwmExt for TIM14[src]

impl PwmExt for TIM15[src]

impl PwmExt for TIM16[src]

impl PwmExt for TIM17[src]

impl PwmExt for TIM2[src]

impl PwmExt for TIM3[src]

Loading content...