pub trait ChannelHW<O>where
    O: OutputPin,
{ fn configure_hw(&mut self) -> Result<(), Error>; fn set_duty_hw(&self, duty: u32); }
Expand description

Channel HW interface

Required Methods

Configure Channel HW except for the duty which is set via Self::set_duty_hw.

Set channel duty HW

Implementors

Channel HW interface for LowSpeed channels