pub struct Opm<TIM> { /* private fields */ }
Implementations§
Source§impl Opm<TIM1>
impl Opm<TIM1>
pub fn set_pulse(&mut self, pulse: MicroSecond)
pub fn generate(&mut self)
Source§impl Opm<TIM3>
impl Opm<TIM3>
pub fn set_pulse(&mut self, pulse: MicroSecond)
pub fn generate(&mut self)
Source§impl Opm<TIM14>
impl Opm<TIM14>
pub fn set_pulse(&mut self, pulse: MicroSecond)
pub fn generate(&mut self)
Source§impl Opm<TIM16>
impl Opm<TIM16>
pub fn set_pulse(&mut self, pulse: MicroSecond)
pub fn generate(&mut self)
Source§impl Opm<TIM17>
impl Opm<TIM17>
pub fn set_pulse(&mut self, pulse: MicroSecond)
pub fn generate(&mut self)
Auto Trait Implementations§
impl<TIM> Freeze for Opm<TIM>
impl<TIM> RefUnwindSafe for Opm<TIM>where
TIM: RefUnwindSafe,
impl<TIM> Send for Opm<TIM>where
TIM: Send,
impl<TIM> Sync for Opm<TIM>where
TIM: Sync,
impl<TIM> Unpin for Opm<TIM>where
TIM: Unpin,
impl<TIM> UnwindSafe for Opm<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