embassy-stm32

Crates

git

Versions

stm32f103ze

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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§