embassy-stm32

Crates

git

Versions

stm32g473cc

Flavors

ChannelIncTrigger

Trait ChannelIncTrigger 

Source
pub trait ChannelIncTrigger<T: Instance> {
    // Required method
    fn signal(&self) -> u8;
}
Expand description

ChannelIncTrigger trigger trait

Required Methods§

Source

fn signal(&self) -> u8

Get the signal number needed to use this trigger asChannelIncTrigger Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.

Implementors§

Source§

impl<T: Instance> ChannelIncTrigger<T> for SOFTWARE

Available on stm32g4 only.