PwmExt2

Trait PwmExt2 

Source
pub trait PwmExt2: Sized {
    // Required method
    fn pwm<PINS>(
        self,
        _: PINS,
        frequency: Hertz,
        clocks: Clocks,
        apb: &mut APB1R1,
    ) -> PINS::Channels
       where PINS: Pins<Self>;
}

Required Methods§

Source

fn pwm<PINS>( self, _: PINS, frequency: Hertz, clocks: Clocks, apb: &mut APB1R1, ) -> PINS::Channels
where PINS: Pins<Self>,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§