Struct esp32c6_hal::mcpwm::FrequencyError
source · pub struct FrequencyError;
Expand description
Target frequency could not be set. Check how the frequency is calculated in the corresponding method docs.
Trait Implementations§
source§impl Clone for FrequencyError
impl Clone for FrequencyError
source§fn clone(&self) -> FrequencyError
fn clone(&self) -> FrequencyError
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