embassy-stm32

Crates

git

Versions

stm32f722ie

Flavors

embassy_stm32::can

Trait MasterInstance

Source
pub unsafe trait MasterInstance: FilterOwner { }
Expand description

A bxCAN master instance that shares filter banks with a slave instance.

In master-slave-instance setups, this trait should be implemented for the master instance.

§Safety

This trait must only be implemented when there is actually an associated slave instance.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§