TimerWithPwm2Ch

Trait TimerWithPwm2Ch 

Source
pub trait TimerWithPwm2Ch: TimerWithPwm1Ch {
    // Required methods
    fn enable_ch2(&mut self, en: bool);
    fn set_ch2_cc_value(&mut self, value: u32);
    fn get_ch2_cc_value(&self) -> u32;
}

Required Methods§

Source

fn enable_ch2(&mut self, en: bool)

Source

fn set_ch2_cc_value(&mut self, value: u32)

Source

fn get_ch2_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§