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
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>,
self,
_: PINS,
mapr: &mut MAPR,
frequency: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,