pub struct TIM3 { /* private fields */ }
Expand description
General purpose timer
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 TIM3
impl Enable for TIM3
fn enable(rcc: &RegisterBlock)
fn disable(rcc: &RegisterBlock)
Source§impl MonoTimerExt for TIM3
impl MonoTimerExt for TIM3
impl Instance for TIM3
impl Send for TIM3
Auto Trait Implementations§
impl Freeze for TIM3
impl RefUnwindSafe for TIM3
impl !Sync for TIM3
impl Unpin for TIM3
impl UnwindSafe for TIM3
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> BusTimerClock for T
impl<T> BusTimerClock for T
Source§impl<TIM> PwmExt for TIMwhere
TIM: Instance + WithPwm,
impl<TIM> PwmExt for TIMwhere
TIM: Instance + WithPwm,
fn pwm<REMAP, P, PINS, const FREQ: u32>( self, pins: PINS, mapr: &mut MAPR, time: Duration<u32, 1, FREQ>, clocks: &Clocks, ) -> Pwm<TIM, REMAP, P, PINS, FREQ>
fn pwm_hz<REMAP, P, PINS>( self, pins: PINS, mapr: &mut MAPR, time: Rate<u32, 1, 1>, clocks: &Clocks, ) -> PwmHz<TIM, REMAP, P, PINS>
fn pwm_us<REMAP, P, PINS>( self, pins: PINS, mapr: &mut MAPR, time: TimerDurationU32<1_000_000>, clocks: &Clocks, ) -> Pwm<Self, REMAP, P, PINS, 1_000_000>
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