Struct esp32c6_hal::mcpwm::timer::TimerClockConfig
source · pub struct TimerClockConfig<'a> { /* private fields */ }
Expand description
Clock configuration of a MCPWM timer
Use PeripheralClockConfig::timer_clock_with_prescaler
or
PeripheralClockConfig::timer_clock_with_frequency
to it.
Implementations§
Trait Implementations§
source§impl<'a> Clone for TimerClockConfig<'a>
impl<'a> Clone for TimerClockConfig<'a>
source§fn clone(&self) -> TimerClockConfig<'a>
fn clone(&self) -> TimerClockConfig<'a>
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