embassy-stm32

Crates

git

Versions

stm32h7b0zb

Flavors

Skip to main content

Flt2Ready

Trait Flt2Ready 

Source
pub trait Flt2Ready: FilterInterrupt<Flt0> + FilterInterrupt<Flt1> { }
Expand description

IRQ readiness bundle: all the FilterInterrupts a filter-count capability implies. Blanket-implemented for every T meeting the chain.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§