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 more