pub struct CounterHz<TIM>(/* private fields */);
Expand description
Hardware timers
Implementations§
Methods from Deref<Target = Timer<T>>§
pub fn configure(&mut self, clocks: &Clocks)
pub fn set_master_mode(&mut self, mode: TIM::Mms)
Trait Implementations§
impl<TIM> Periodic for CounterHz<TIM>
Auto Trait Implementations§
impl<TIM> Freeze for CounterHz<TIM>where
TIM: Freeze,
impl<TIM> RefUnwindSafe for CounterHz<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for CounterHz<TIM>where
TIM: Send,
impl<TIM> Sync for CounterHz<TIM>where
TIM: Sync,
impl<TIM> Unpin for CounterHz<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for CounterHz<TIM>where
TIM: UnwindSafe,
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