TimerWithPwm3Ch

Trait TimerWithPwm3Ch 

Source
pub trait TimerWithPwm3Ch: TimerWithPwm2Ch {
    // Required methods
    fn enable_ch3(&mut self, en: bool);
    fn set_ch3_cc_value(&mut self, value: u32);
    fn get_ch3_cc_value(&self) -> u32;
}

Required Methods§

Source

fn enable_ch3(&mut self, en: bool)

Source

fn set_ch3_cc_value(&mut self, value: u32)

Source

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