Enum esp32_hal::ledc::timer::HSClockSource
source · pub enum HSClockSource {
APBClk,
}
Expand description
Clock source for HS Timers
Variants§
APBClk
Trait Implementations§
source§impl Clone for HSClockSource
impl Clone for HSClockSource
source§fn clone(&self) -> HSClockSource
fn clone(&self) -> HSClockSource
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 HSClockSource
impl Debug for HSClockSource
source§impl PartialEq<HSClockSource> for HSClockSource
impl PartialEq<HSClockSource> for HSClockSource
source§fn eq(&self, other: &HSClockSource) -> bool
fn eq(&self, other: &HSClockSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.