[][src]Trait bxcan::MasterInstance

pub unsafe trait MasterInstance: FilterOwner {
    type Slave: Instance;
}

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 Self::Slave is actually the associated slave instance of Self.

Associated Types

Loading content...

Implementors

Loading content...