Enum esp32c3_hal::pulse_control::ClockSource
source · pub enum ClockSource {
APB,
RTC20M,
XTAL,
}
Expand description
Specify the clock source for the RMT peripheral
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