Trait bxcan::MasterInstance[][src]

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.

Implementors