pub struct HighSpeed {}Expand description
Used to specify HighSpeed Timer/Channel
Trait Implementations§
Source§impl TimerHW<HighSpeed> for Timer<'_, HighSpeed>
Available on crate feature unstable only.Timer HW implementation for HighSpeed timers
impl TimerHW<HighSpeed> for Timer<'_, HighSpeed>
Available on crate feature
unstable only.Timer HW implementation for HighSpeed timers
Source§impl TimerSpeed for HighSpeed
Available on crate feature unstable only.Timer source type for HighSpeed timers
impl TimerSpeed for HighSpeed
Available on crate feature
unstable only.Timer source type for HighSpeed timers
Source§type ClockSourceType = HSClockSource
type ClockSourceType = HSClockSource
The clock source type for high-speed timers.
impl Copy for HighSpeed
Available on crate feature
unstable only.Auto Trait Implementations§
impl Freeze for HighSpeed
impl RefUnwindSafe for HighSpeed
impl Send for HighSpeed
impl Sync for HighSpeed
impl Unpin for HighSpeed
impl UnsafeUnpin for HighSpeed
impl UnwindSafe for HighSpeed
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)