embassy-stm32

Crates

git

Versions

stm32l4p5re

Flavors

Skip to main content

Flt8Ready

Trait Flt8Ready 

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