[−][src]Trait stm32f103xx_hal::pwm::PwmExt
Required methods
fn pwm<PINS, T>(
self,
_pins: PINS,
mapr: &mut MAPR,
frequency: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
self,
_pins: 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]
fn pwm<PINS, T>(
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
[src]
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
impl PwmExt for TIM3
[src]
fn pwm<PINS, T>(
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
[src]
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
impl PwmExt for TIM4
[src]
fn pwm<PINS, T>(
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,
[src]
self,
_pins: PINS,
mapr: &mut MAPR,
freq: T,
clocks: Clocks,
apb: &mut APB1
) -> PINS::Channels where
PINS: Pins<Self>,
T: Into<Hertz>,