Enum esp32_hal::pulse_control::ClockSource
source · pub enum ClockSource {
RefTick,
APB,
}
Expand description
Specify the clock source for the RMT peripheral on the ESP32 and ESP32-S3 variants
Variants§
Trait Implementations§
source§impl Clone for ClockSource
impl Clone for ClockSource
source§fn clone(&self) -> ClockSource
fn clone(&self) -> ClockSource
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