TimerWithPwm1Ch

Trait TimerWithPwm1Ch 

Source
pub trait TimerWithPwm1Ch: TimerWithPwm {
    // Required methods
    fn enable_ch1(&mut self, en: bool);
    fn set_ch1_cc_value(&mut self, value: u32);
    fn get_ch1_cc_value(&self) -> u32;
}

Required Methods§

Source

fn enable_ch1(&mut self, en: bool)

Source

fn set_ch1_cc_value(&mut self, value: u32)

Source

fn get_ch1_cc_value(&self) -> u32

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§