Embassy
embassy-stm32

Crates

git

Versions

stm32f479bi

Flavors

Trait embassy_stm32::can::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.

Object Safety§

This trait is not object safe.

Implementors§