TimerWithPwm4Ch

Trait TimerWithPwm4Ch 

Source
pub trait TimerWithPwm4Ch: TimerWithPwm3Ch {
    // Required methods
    fn enable_ch4(&mut self, en: bool);
    fn set_ch4_cc_value(&mut self, value: u32);
    fn get_ch4_cc_value(&self) -> u32;
}

Required Methods§

Source

fn enable_ch4(&mut self, en: bool)

Source

fn set_ch4_cc_value(&mut self, value: u32)

Source

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