pub struct LowSpeed {}
Expand description
Used to specify LowSpeed Timer/Channel
Trait Implementations§
Source§impl TimerSpeed for LowSpeed
Timer source type for LowSpeed timers
impl TimerSpeed for LowSpeed
Timer source type for LowSpeed timers
Source§impl<'a> TimerHW<LowSpeed> for Timer<'a, LowSpeed>
Timer HW implementation for LowSpeed timers
impl<'a> TimerHW<LowSpeed> for Timer<'a, LowSpeed>
Timer HW implementation for LowSpeed timers
impl Speed for LowSpeed
Auto Trait Implementations§
impl Freeze for LowSpeed
impl RefUnwindSafe for LowSpeed
impl Send for LowSpeed
impl Sync for LowSpeed
impl Unpin for LowSpeed
impl UnwindSafe for LowSpeed
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