pub trait ChannelIncTrigger<T: Instance> { // Required method fn signal(&self) -> u8; }
ChannelIncTrigger trigger trait
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.
embassy-stm32