Struct esp32c2_hal::ledc::LowSpeed
source · pub struct LowSpeed {}
Expand description
Used to specify LowSpeed Timer/Channel
Trait Implementations§
source§impl TimerSpeed for LowSpeed
impl TimerSpeed for LowSpeed
Timer source type for LowSpeed timers
type ClockSourceType = LSClockSource
source§impl<'a> TimerHW<LowSpeed> for Timer<'a, LowSpeed>
impl<'a> TimerHW<LowSpeed> for Timer<'a, LowSpeed>
Timer HW implementation for LowSpeed timers
impl Speed for LowSpeed
Auto Trait Implementations§
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