Enum esp32c3_hal::ledc::timer::LSClockSource
source · pub enum LSClockSource {
APBClk,
}
Expand description
Clock source for LS Timers
Variants§
APBClk
Trait Implementations§
source§impl Clone for LSClockSource
impl Clone for LSClockSource
source§fn clone(&self) -> LSClockSource
fn clone(&self) -> LSClockSource
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for LSClockSource
impl Debug for LSClockSource
source§impl PartialEq<LSClockSource> for LSClockSource
impl PartialEq<LSClockSource> for LSClockSource
source§fn eq(&self, other: &LSClockSource) -> bool
fn eq(&self, other: &LSClockSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.