embassy-stm32

Crates

git

Versions

stm32f101zd

Flavors

Skip to main content

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 as ChannelIncTrigger. Note: in some chips, ST calls this the “channel”, and calls channels “streams”. embassy-stm32 always uses the “channel” and “request number” names.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§