pub trait ChannelIncTrigger<T: Instance> {
// Required method
fn signal(&self) -> u8;
}Expand description
ChannelIncTrigger trigger trait
Required Methods§
Implementors§
impl<T: Instance> ChannelIncTrigger<T> for SOFTWARE
Available on
stm32g4 only.