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>,
Implementations on Foreign Types
impl PwmExt for TIM2
[src]
impl PwmExt for TIM2
impl PwmExt for TIM3
[src]
impl PwmExt for TIM3
impl PwmExt for TIM4
[src]
impl PwmExt for TIM4