pub struct TIM2 { /* private fields */ }
Expand description
General purpose timers
Implementations§
Methods from Deref<Target = RegisterBlock>§
sourcepub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
pub fn ccmr1_input(&self) -> &Reg<CCMR1_INPUT_SPEC>
0x18 - capture/compare mode register 1 (input mode)
sourcepub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
pub fn ccmr1_output(&self) -> &Reg<CCMR1_OUTPUT_SPEC>
0x18 - capture/compare mode register 1 (output mode)
sourcepub fn ccmr2_input(&self) -> &Reg<CCMR2_INPUT_SPEC>
pub fn ccmr2_input(&self) -> &Reg<CCMR2_INPUT_SPEC>
0x1c - capture/compare mode register 2 (input mode)
sourcepub fn ccmr2_output(&self) -> &Reg<CCMR2_OUTPUT_SPEC>
pub fn ccmr2_output(&self) -> &Reg<CCMR2_OUTPUT_SPEC>
0x1c - capture/compare mode register 2 (output mode)
Trait Implementations§
source§impl Enable for TIM2
impl Enable for TIM2
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
source§impl LPEnable for TIM2
impl LPEnable for TIM2
fn low_power_enable(rcc: &RegisterBlock)
fn low_power_disable(rcc: &RegisterBlock)
impl Instance for TIM2
impl Send for TIM2
Auto Trait Implementations§
Blanket Implementations§
source§impl<TIM> PwmExt for TIMwhere
TIM: Instance + WithPwm,
impl<TIM> PwmExt for TIMwhere
TIM: Instance + WithPwm,
fn pwm<P, PINS, const FREQ: u32>(
self,
pins: PINS,
time: Duration<u32, 1, FREQ>,
clocks: &Clocks
) -> Pwm<TIM, P, PINS, FREQ>where
PINS: Pins<TIM, P>,
fn pwm_hz<P, PINS>(
self,
pins: PINS,
time: Rate<u32, 1, 1>,
clocks: &Clocks
) -> PwmHz<TIM, P, PINS>where
PINS: Pins<TIM, P>,
fn pwm_us<P, PINS>(
self,
pins: PINS,
time: Duration<u32, 1, 1000000>,
clocks: &Clocks
) -> Pwm<Self, P, PINS, 1000000>where
PINS: Pins<Self, P>,
source§impl<TIM> QeiExt for TIMwhere
TIM: Instance,
impl<TIM> QeiExt for TIMwhere
TIM: Instance,
fn qei<PC1, PC2>(self, pins: (PC1, PC2)) -> Qei<TIM, (PC1, PC2)>where
(PC1, PC2): Pins<TIM>,
source§impl<TIM> TimerExt for TIMwhere
TIM: Instance,
impl<TIM> TimerExt for TIMwhere
TIM: Instance,
source§fn counter<const FREQ: u32>(self, clocks: &Clocks) -> Counter<TIM, FREQ>
fn counter<const FREQ: u32>(self, clocks: &Clocks) -> Counter<TIM, FREQ>
Non-blocking Counter with custom fixed precision
source§fn counter_hz(self, clocks: &Clocks) -> CounterHz<TIM>
fn counter_hz(self, clocks: &Clocks) -> CounterHz<TIM>
Non-blocking Counter with dynamic precision which uses
Hertz
as Duration unitssource§fn delay<const FREQ: u32>(self, clocks: &Clocks) -> Delay<TIM, FREQ>
fn delay<const FREQ: u32>(self, clocks: &Clocks) -> Delay<TIM, FREQ>
Blocking Delay with custom fixed precision