embassy-stm32

Crates

git

Versions

stm32l4p5re

Flavors

Skip to main content

InstanceEvents

Trait InstanceEvents 

Source
pub trait InstanceEvents<T: Instance> {
    // Required method
    unsafe fn handle_instance_events();
}
Expand description

Instance-level interrupt handling for a filter marker. Flt0 performs the real handling; the other markers yield no-ops.

Required Methods§

Source

unsafe fn handle_instance_events()

Handles the instance-level events.

§Safety

Caller must be the interrupt handler for this filter.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§