pub trait InjectedTrigger<T: Instance> { // Required method fn signal(&self) -> u8; }
InjectedTrigger trigger trait
Get the signal number needed to use this trigger asInjectedTrigger 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