embassy-stm32

Crates

git

Versions

stm32h747ig-cm7

Flavors

Skip to main content

Flt6Ready

Trait Flt6Ready 

Source
pub trait Flt6Ready:
    FilterInterrupt<Flt0>
    + FilterInterrupt<Flt1>
    + FilterInterrupt<Flt2>
    + FilterInterrupt<Flt3>
    + FilterInterrupt<Flt4>
    + FilterInterrupt<Flt5> { }
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§