Struct bxcan::filter::MasterFilters[][src]

pub struct MasterFilters<'a, I: FilterOwner> { /* fields omitted */ }
Expand description

Interface to the filter banks of a CAN peripheral.

Implementations

Returns the number of filter banks currently assigned to this instance.

Chips with splittable filter banks may start out with some banks assigned to the master instance and some assigned to the slave instance.

Disables all enabled filter banks.

This causes all incoming frames to be disposed.

Disables a filter bank.

If index is out of bounds, this will panic.

Configures a filter bank according to config and enables it.

Sets the index at which the filter banks owned by the slave peripheral start.

Accesses the filters assigned to the slave peripheral.

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.