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 more