pub struct LowSpeed {}Expand description
Used to specify LowSpeed Timer/Channel
Trait Implementations§
Source§impl TimerHW<LowSpeed> for Timer<'_, LowSpeed>
Available on crate feature unstable only.Timer HW implementation for LowSpeed timers
 
impl TimerHW<LowSpeed> for Timer<'_, LowSpeed>
Available on crate feature 
unstable only.Timer HW implementation for LowSpeed timers
Source§impl TimerSpeed for LowSpeed
Available on crate feature unstable only.Timer source type for LowSpeed timers
 
impl TimerSpeed for LowSpeed
Available on crate feature 
unstable only.Timer source type for LowSpeed timers
Source§type ClockSourceType = LSClockSource
 
type ClockSourceType = LSClockSource
The clock source type for low-speed timers.
impl Copy for LowSpeed
Available on crate feature 
unstable only.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§
§impl<T> Any for Twhere
    T: 'static + ?Sized,
 
impl<T> Any for Twhere
    T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
    T: ?Sized,
 
impl<T> Borrow<T> for Twhere
    T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
    T: Clone,
 
impl<T> CloneToUninit for Twhere
    T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
 
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)