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